Searched refs:__itt_string_handle (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify_static.h | 40 ITT_STUB(ITTAPI, __itt_string_handle *, string_handle_createA, 43 ITT_STUB(ITTAPI, __itt_string_handle *, string_handle_createW, 47 ITT_STUB(ITTAPI, __itt_string_handle *, string_handle_create, 323 __itt_string_handle *name), 345 __itt_string_handle *name), 351 __itt_string_handle *name), 366 (const __itt_domain *domain, __itt_string_handle *name, 375 (const __itt_domain *domain, __itt_string_handle *name, 621 __itt_string_handle *name), 637 __itt_string_handle *name), [all …]
|
| H A D | ittnotify.h | 1976 } __itt_string_handle; typedef 2123 __itt_string_handle *name)) 2249 __itt_string_handle *name)) 2339 __itt_string_handle *name)) 2346 __itt_string_handle *name)) 2485 __itt_string_handle *key, 3006 __itt_string_handle *name)) 3219 __itt_string_handle *name); 3269 __itt_string_handle *name); 3556 __itt_string_handle *name; /*!< Name of the track group */ [all …]
|
| H A D | ittnotify_config.h | 541 h = (__itt_string_handle *)malloc(sizeof(__itt_string_handle)); \ 557 h = (__itt_string_handle *)malloc(sizeof(__itt_string_handle)); \
|
| H A D | ittnotify_static.cpp | 399 static __itt_string_handle *ITTAPI ITT_VERSIONIZE( in ITT_VERSIONIZE() 401 __itt_string_handle *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() 428 static __itt_string_handle *ITTAPI 431 static __itt_string_handle *ITTAPI in ITT_VERSIONIZE() 435 __itt_string_handle *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_itt.cpp | 34 __itt_string_handle *string_handle_imbl = NULL; 35 __itt_string_handle *string_handle_loop = NULL; 36 __itt_string_handle *string_handle_sngl = NULL;
|
| H A D | kmp_itt.h | 291 extern __itt_string_handle *string_handle_imbl; 292 extern __itt_string_handle *string_handle_loop; 293 extern __itt_string_handle *string_handle_sngl;
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/ |
| H A D | Instrumentation.h | 48 __itt_string_handle *_handle; 53 operator __itt_string_handle *() const { return _handle; }
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | ittnotify_config.h | 424 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \ 439 h = (__itt_string_handle*)malloc(sizeof(__itt_string_handle)); \
|