Searched refs:__itt_string_handle (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify.h | 2062 } __itt_string_handle; typedef 2080 __itt_string_handle *ITTAPI __itt_string_handle_createA(const char *name); 2081 __itt_string_handle *ITTAPI __itt_string_handle_createW(const wchar_t *name); 2090 __itt_string_handle *ITTAPI __itt_string_handle_create(const char *name); 2097 ITT_STUB(ITTAPI, __itt_string_handle *, string_handle_createA, 2099 ITT_STUB(ITTAPI, __itt_string_handle *, string_handle_createW, 2102 ITT_STUB(ITTAPI, __itt_string_handle *, string_handle_create, 2116 #define __itt_string_handle_createA(name) (__itt_string_handle *)0 2118 #define __itt_string_handle_createW(name) (__itt_string_handle *)0 2121 #define __itt_string_handle_create(name) (__itt_string_handle *)0 [all …]
|
H A D | ittnotify_static.h | 47 ITT_STUB(ITTAPI, __itt_string_handle *, string_handle_createA, 50 ITT_STUB(ITTAPI, __itt_string_handle *, string_handle_createW, 54 ITT_STUB(ITTAPI, __itt_string_handle *, string_handle_create, 350 __itt_string_handle *name), 372 __itt_string_handle *name), 378 __itt_string_handle *name), 389 (const __itt_domain *domain, __itt_string_handle *name), 393 (const __itt_domain *domain, __itt_string_handle *name, 398 (const __itt_domain *domain, __itt_string_handle *name), 402 (const __itt_domain *domain, __itt_string_handle *name, [all …]
|
H A D | ittnotify_config.h | 560 h = (__itt_string_handle *)malloc(sizeof(__itt_string_handle)); \ 576 h = (__itt_string_handle *)malloc(sizeof(__itt_string_handle)); \
|
H A D | ittnotify_static.cpp | 482 static __itt_string_handle *ITTAPI ITT_VERSIONIZE( in ITT_VERSIONIZE() 484 __itt_string_handle *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() 514 static __itt_string_handle *ITTAPI 517 static __itt_string_handle *ITTAPI in ITT_VERSIONIZE() 521 __itt_string_handle *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() 1314 __itt_string_handle *current_string = _N_(_ittapi_global).string_list; in __itt_free_allocated_resources() 1316 __itt_string_handle *tmp = current_string->next; in __itt_free_allocated_resources()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_itt.cpp | 31 __itt_string_handle *string_handle_imbl = NULL; 32 __itt_string_handle *string_handle_loop = NULL; 33 __itt_string_handle *string_handle_sngl = NULL;
|
H A D | kmp_itt.h | 297 extern __itt_string_handle *string_handle_imbl; 298 extern __itt_string_handle *string_handle_loop; 299 extern __itt_string_handle *string_handle_sngl;
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ |
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)); \
|