Searched refs:LIBITTAPI (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/ |
H A D | ittnotify.h | 114 #define LIBITTAPI ITTAPI_CDECL macro 323 int LIBITTAPI __itt_thr_name_setA(const char *name, int namelen); 324 int LIBITTAPI __itt_thr_name_setW(const wchar_t *name, int namelen); 333 int LIBITTAPI __itt_thr_name_set(const char *name, int namelen); 340 ITT_STUB(LIBITTAPI, int, thr_name_setA, (const char *name, int namelen)) 341 ITT_STUB(LIBITTAPI, int, thr_name_setW, (const wchar_t *name, int namelen)) 343 ITT_STUB(LIBITTAPI, int, thr_name_set, (const char *name, int namelen)) 380 void LIBITTAPI __itt_thr_ignore(void); 385 ITT_STUBV(LIBITTAPI, void, thr_ignore, (void)) 512 int LIBITTAPI __itt_notify_sync_nameA(void *addr, const char *objtype, [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_static.h | 107 ITT_STUB(LIBITTAPI, int, thr_name_setA, (const char *name, int namelen), 110 ITT_STUB(LIBITTAPI, int, thr_name_setW, (const wchar_t *name, int namelen), 114 ITT_STUB(LIBITTAPI, int, thr_name_set, (const char *name, int namelen), 118 ITT_STUBV(LIBITTAPI, void, thr_ignore, (void), (ITT_NO_PARAMS), thr_ignore, 449 ITT_STUB(LIBITTAPI, __itt_event, event_createA, (const char *name, int namelen), 452 ITT_STUB(LIBITTAPI, __itt_event, event_createW, 456 ITT_STUB(LIBITTAPI, __itt_event, event_create, (const char *name, int namelen), 460 ITT_STUB(LIBITTAPI, int, event_start, (__itt_event event), (ITT_FORMAT event), 462 ITT_STUB(LIBITTAPI, int, event_end, (__itt_event event), (ITT_FORMAT event), 488 ITT_STUB(LIBITTAPI, int, notify_sync_nameA, [all …]
|
H A D | ittnotify.h | 176 #define LIBITTAPI ITTAPI_CDECL macro 3764 __itt_event LIBITTAPI __itt_event_createA(const char *name, int namelen); 3765 __itt_event LIBITTAPI __itt_event_createW(const wchar_t *name, int namelen); 3774 __itt_event LIBITTAPI __itt_event_create(const char *name, int namelen); 3781 ITT_STUB(LIBITTAPI, __itt_event, event_createA, (const char *name, int namelen)) 3782 ITT_STUB(LIBITTAPI, __itt_event, event_createW, 3785 ITT_STUB(LIBITTAPI, __itt_event, event_create, (const char *name, int namelen)) 3822 int LIBITTAPI __itt_event_start(__itt_event event); 3827 ITT_STUB(LIBITTAPI, int, event_start, (__itt_event event)) 3845 int LIBITTAPI __itt_event_end(__itt_event event); [all …]
|
H A D | ittnotify_config.h | 109 #define LIBITTAPI ITTAPI_CDECL macro
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ |
H A D | ittnotify_config.h | 99 #define LIBITTAPI CDECL macro
|