Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h55 ObjCLanguageRuntime::ObjCISA GetISA() override { return m_objc_class_ptr; } in GetISA()
247 : m_runtime(runtime), m_objc_class_ptr(isa), m_name(name), in ClassDescriptorV2()
269 lldb::addr_t m_objc_class_ptr; // The address of the objc_class_t. (I.e., variable
H A DAppleObjCClassDescriptorV2.cpp25 bool ret = objc_class->Read(process, m_objc_class_ptr); in Read_objc_class()