//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #ifndef _ITTNOTIFY_TYPES_H_ #define _ITTNOTIFY_TYPES_H_ __itt_group_id; #pragma pack(push, 8) __itt_group_list; #pragma pack(pop) #define ITT_GROUP_LIST(varname) … #endif /* _ITTNOTIFY_TYPES_H_ */