Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h137 unsigned int method_id; member
151 unsigned int method_id; member
177 unsigned int method_id; member
H A Djitprofiling.c173 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
211 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
232 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
H A DIntelJITEventListener.cpp168 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat()
325 MethodIDs[(void *)Addr] = FunctionMessage.method_id; in notifyObjectLoaded()
/llvm-project-15.0.7/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp52 ReportedDebugFuncs[msg->method_id]; in NotifyEvent()
54 outs() << "Method load [" << msg->method_id << "]: " << msg->method_name in NotifyEvent()
65 ReportedDebugFuncs[msg->method_id].push_back(loc); in NotifyEvent()