Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp177 m_baseMethods_ptr = extractor.GetAddress_unchecked(&cursor); in Read()
399 if (!base_method_list->Read(process, class_ro->m_baseMethods_ptr)) in Describe()
H A DAppleObjCClassDescriptorV2.h109 lldb::addr_t m_baseMethods_ptr; member