Searched refs:__itt_string_handle (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify.h | 2062 } __itt_string_handle; typedef 2209 __itt_string_handle *name)) 2335 __itt_string_handle *name)) 2425 __itt_string_handle *name)) 2432 __itt_string_handle *name)) 2571 __itt_string_handle *key, 3092 __itt_string_handle *name)) 3305 __itt_string_handle *name); 3355 __itt_string_handle *name); 3642 __itt_string_handle *name; /*!< Name of the track group */ [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), 393 (const __itt_domain *domain, __itt_string_handle *name, 402 (const __itt_domain *domain, __itt_string_handle *name, 658 __itt_string_handle *name), 674 __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-14.2/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-14.2/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)); \
|