Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/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()