Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A DIntelJITEventsWrapper.h57 GetNewMethodIDFunc(::iJIT_GetNewMethodID) {} in IntelJITEventsWrapper()
101 unsigned int iJIT_GetNewMethodID(void) { in iJIT_GetNewMethodID() function
H A Djitprofiling.h252 unsigned int JITAPI iJIT_GetNewMethodID(void);
H A Djitprofiling.c472 ITT_EXTERN_C unsigned int JITAPI iJIT_GetNewMethodID(void) in iJIT_GetNewMethodID() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp168 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat()