Searched refs:LIBITTAPI (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/ |
| H A D | ittnotify.h | 114 #define LIBITTAPI ITTAPI_CDECL macro 374 void LIBITTAPI __itt_thr_ignore(void); 379 ITT_STUBV(LIBITTAPI, void, thr_ignore, (void)) 527 ITT_STUB(LIBITTAPI, int, notify_sync_nameA, 530 ITT_STUB(LIBITTAPI, int, notify_sync_nameW, 534 ITT_STUB(LIBITTAPI, int, notify_sync_name, 596 void LIBITTAPI __itt_notify_sync_cancel(void *addr); 693 ITT_STUB(LIBITTAPI, __itt_event, event_createW, 733 int LIBITTAPI __itt_event_start(__itt_event event); 756 int LIBITTAPI __itt_event_end(__itt_event event); [all …]
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify_static.h | 100 ITT_STUB(LIBITTAPI, int, thr_name_setA, (const char *name, int namelen), 107 ITT_STUB(LIBITTAPI, int, thr_name_set, (const char *name, int namelen), 425 ITT_STUB(LIBITTAPI, __itt_event, event_createW, 461 ITT_STUB(LIBITTAPI, int, notify_sync_nameA, 468 ITT_STUB(LIBITTAPI, int, notify_sync_nameW, 476 ITT_STUB(LIBITTAPI, int, notify_sync_name, 499 ITT_STUBV(LIBITTAPI, void, memory_read, (void *addr, size_t size), 501 ITT_STUBV(LIBITTAPI, void, memory_write, (void *addr, size_t size), 503 ITT_STUBV(LIBITTAPI, void, memory_update, (void *addr, size_t size), 510 ITT_STUB(LIBITTAPI, __itt_obj_state_t, obj_mode_set, [all …]
|
| H A D | ittnotify.h | 175 #define LIBITTAPI ITTAPI_CDECL macro 3678 __itt_event LIBITTAPI __itt_event_createA(const char *name, int namelen); 3679 __itt_event LIBITTAPI __itt_event_createW(const wchar_t *name, int namelen); 3688 __itt_event LIBITTAPI __itt_event_create(const char *name, int namelen); 3695 ITT_STUB(LIBITTAPI, __itt_event, event_createA, (const char *name, int namelen)) 3696 ITT_STUB(LIBITTAPI, __itt_event, event_createW, 3699 ITT_STUB(LIBITTAPI, __itt_event, event_create, (const char *name, int namelen)) 3736 int LIBITTAPI __itt_event_start(__itt_event event); 3741 ITT_STUB(LIBITTAPI, int, event_start, (__itt_event event)) 3759 int LIBITTAPI __itt_event_end(__itt_event event); [all …]
|
| H A D | ittnotify_config.h | 109 #define LIBITTAPI ITTAPI_CDECL macro
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | ittnotify_config.h | 99 #define LIBITTAPI CDECL macro
|