Home
last modified time | relevance | path

Searched refs:method_size (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h190 unsigned int method_size; member
H A DIntelJITEventListener.cpp171 Result.method_size = FnSize; in FunctionDescToIntelJITFormat()
311 last.Offset = FunctionMessage.method_size; in notifyObjectLoaded()
/llvm-project-15.0.7/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp55 << ", Size = " << msg->method_size << "\n"; in NotifyEvent()