Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp267 bool ClassDescriptorV2::method_t::Read(Process *process, lldb::addr_t addr, in Read()
405 if (base_method_list->m_entsize != method_t::GetSize(process, is_small)) in Describe()
408 std::unique_ptr<method_t> method = std::make_unique<method_t>(); in Describe()
H A DAppleObjCClassDescriptorV2.h149 struct method_t { struct