Searched refs:LIBITTAPI (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h114 #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_name
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h107 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, in
[all...]
H A Dittnotify.h176 #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_en
[all...]
H A Dittnotify_config.h109 #define LIBITTAPI ITTAPI_CDECL macro
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h99 #define LIBITTAPI CDECL macro

Completed in 205 milliseconds