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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h114 #define LIBITTAPI ITTAPI_CDECL macro
282 int LIBITTAPI __itt_thr_name_setA(const char *name, int namelen);
283 int LIBITTAPI __itt_thr_name_setW(const wchar_t *name, int namelen);
292 int LIBITTAPI __itt_thr_name_set(const char *name, int namelen);
299 ITT_STUB(LIBITTAPI, int, thr_name_setA, (const char *name, int namelen))
300 ITT_STUB(LIBITTAPI, int, thr_name_setW, (const wchar_t *name, int namelen))
302 ITT_STUB(LIBITTAPI, int, thr_name_set, (const char *name, int namelen))
338 void LIBITTAPI __itt_thr_ignore(void);
343 ITT_STUBV(LIBITTAPI, void, thr_ignore, (void))
457 int LIBITTAPI __itt_notify_sync_name
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h70 ITT_STUB(LIBITTAPI, int, thr_name_setA, (const char *name, int namelen), (ITT_FORMAT name, namelen), thr_name_setA, __itt_group_thread | __itt_group_legacy, "\"%s\", %d")
71 ITT_STUB(LIBITTAPI, int, thr_name_setW, (const wchar_t *name, int namelen), (ITT_FORMAT name, namelen), thr_name_setW, __itt_group_thread | __itt_group_legacy, "\"%S\", %d")
73 ITT_STUB(LIBITTAPI, int, thr_name_set, (const char *name, int namelen), (ITT_FORMAT name, namelen), thr_name_set, __itt_group_thread | __itt_group_legacy, "\"%s\", %d")
75 ITT_STUBV(LIBITTAPI, void, thr_ignore, (void), (ITT_NO_PARAMS), thr_ignore, __itt_group_thread | __itt_group_legacy, "no args")
205 ITT_STUB(LIBITTAPI, __itt_event, event_createA, (const char *name, int namelen), (ITT_FORMAT name, namelen), event_createA, __itt_group_mark | __itt_group_legacy, "\"%s\", %d")
206 ITT_STUB(LIBITTAPI, __itt_event, event_createW, (const wchar_t *name, int namelen), (ITT_FORMAT name, namelen), event_createW, __itt_group_mark | __itt_group_legacy, "\"%S\", %d")
208 ITT_STUB(LIBITTAPI, __itt_event, event_create, (const char *name, int namelen), (ITT_FORMAT name, namelen), event_create, __itt_group_mark | __itt_group_legacy, "\"%s\", %d")
210 ITT_STUB(LIBITTAPI, int, event_start, (__itt_event event), (ITT_FORMAT event), event_start, __itt_group_mark | __itt_group_legacy, "%d")
211 ITT_STUB(LIBITTAPI, int, event_end, (__itt_event event), (ITT_FORMAT event), event_end, __itt_group_mark | __itt_group_legacy, "%d")
223 ITT_STUB(LIBITTAPI, in
[all...]
H A Dittnotify.h175 #define LIBITTAPI ITTAPI_CDECL macro
3338 __itt_event LIBITTAPI __itt_event_createA(const char *name, int namelen);
3339 __itt_event LIBITTAPI __itt_event_createW(const wchar_t *name, int namelen);
3348 __itt_event LIBITTAPI __itt_event_create(const char *name, int namelen);
3355 ITT_STUB(LIBITTAPI, __itt_event, event_createA, (const char *name, int namelen))
3356 ITT_STUB(LIBITTAPI, __itt_event, event_createW, (const wchar_t *name, int namelen))
3358 ITT_STUB(LIBITTAPI, __itt_event, event_create, (const char *name, int namelen))
3394 int LIBITTAPI __itt_event_start(__itt_event event);
3399 ITT_STUB(LIBITTAPI, int, event_start, (__itt_event event))
3416 int LIBITTAPI __itt_event_en
[all...]
H A Dittnotify_config.h109 #define LIBITTAPI ITTAPI_CDECL macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h99 #define LIBITTAPI CDECL macro

Completed in 107 milliseconds