Home
last modified time | relevance | path

Searched refs:STDCALL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Dittnotify_config.h86 #ifndef STDCALL
88 # define STDCALL __stdcall macro
91 # define STDCALL /* not supported on x86_64 platform */ macro
93 # define STDCALL __attribute__ ((stdcall)) macro
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h96 #ifndef STDCALL
98 #define STDCALL __stdcall macro
101 #define STDCALL __attribute__((stdcall)) macro
103 #define STDCALL /* supported only on x86 platform */ macro
106 #endif /* STDCALL */
H A Dittnotify.h163 #ifndef STDCALL
165 #define STDCALL __stdcall macro
168 #define STDCALL __attribute__((stdcall)) macro
170 #define STDCALL /* supported only on x86 platform */ macro
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h101 #ifndef STDCALL
103 #define STDCALL __stdcall macro
106 #define STDCALL __attribute__((stdcall)) macro
108 #define STDCALL /* supported only on x86 platform */ macro