Home
last modified time | relevance | path

Searched refs:method_t (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp269 bool ClassDescriptorV2::method_t::Read(Process *process, lldb::addr_t addr, in Read()
435 const size_t method_size = method_t::GetSize(process, method_list.m_is_small); in GetMethodList()
451 auto method = std::make_unique<method_t>(); in ProcessMethodList()
H A DAppleObjCClassDescriptorV2.h155 struct method_t { struct