Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp241 bool ClassDescriptorV2::method_t::Read(Process *process, lldb::addr_t addr) { in Read()
354 if (base_method_list->m_entsize != method_t::GetSize(process)) in Describe()
357 std::unique_ptr<method_t> method; in Describe()
358 method.reset(new method_t); in Describe()
H A DAppleObjCClassDescriptorV2.h143 struct method_t { struct