Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp59 MethodMessage.method_size = MethodInfo.LoadSize; in registerJITLoaderVTuneRegisterImpl()
132 << ", Size = " << msg->method_size << "\n"; in NotifyEvent()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.h190 unsigned int method_size; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp171 Result.method_size = FnSize; in FunctionDescToIntelJITFormat()
311 last.Offset = FunctionMessage.method_size; in notifyObjectLoaded()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp435 const size_t method_size = method_t::GetSize(process, method_list.m_is_small); in GetMethodList() local
436 if (method_list.m_entsize != method_size) { in GetMethodList()
440 method_list_ptr, method_list.m_entsize, method_size); in GetMethodList()