Home
last modified time | relevance | path

Searched refs:m_runtime (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCClassDescriptorV2.cpp363 lldb_private::Process *process = m_runtime.GetProcess(); in Describe()
448 lldb_private::Process *process = m_runtime.GetProcess(); in GetClassName()
467 lldb_private::Process *process = m_runtime.GetProcess(); in GetSuperclass()
477 return m_runtime.ObjCLanguageRuntime::GetClassDescriptorFromISA( in GetSuperclass()
482 lldb_private::Process *process = m_runtime.GetProcess(); in GetMetaclass()
492 lldb::addr_t candidate_isa = m_runtime.GetPointerISA(objc_class->m_isa); in GetMetaclass()
495 new ClassDescriptorV2(m_runtime, candidate_isa, nullptr)); in GetMetaclass()
499 lldb_private::Process *process = m_runtime.GetProcess(); in GetInstanceSize()
578 m_ivars_storage.fill(m_runtime, *this); in GetIVarInformation()
DAppleObjCDeclVendor.cpp135 : ClangDeclVendor(eAppleObjCDeclVendor), m_runtime(runtime), in AppleObjCDeclVendor()
139 m_type_realizer_sp(m_runtime.GetEncodingToType()) { in AppleObjCDeclVendor()
156 m_runtime.GetClassDescriptorFromISA(isa); in GetDeclForISA()
420 m_runtime.GetClassDescriptorFromISA(objc_isa); in FinishDecl()
486 CompilerType ivar_type = m_runtime.GetEncodingToType()->RealizeType( in FinishDecl()
588 ObjCLanguageRuntime::ObjCISA isa = m_runtime.GetISA(name); in FindDecls()
DAppleObjCRuntimeV2.h149 AppleObjCRuntimeV2 &m_runtime; variable
180 AppleObjCRuntimeV2 &m_runtime;
183 : TaggedPointerVendor(), m_runtime(runtime) {} in TaggedPointerVendorV2()
DAppleObjCDeclVendor.h39 ObjCLanguageRuntime &m_runtime; variable
DAppleObjCTypeEncodingParser.h68 ObjCLanguageRuntime &m_runtime; variable
DAppleObjCRuntimeV2.cpp2201 uint32_t foundation_version = m_runtime.GetFoundationVersion(); in GetClassDescriptor()
2254 lldb::addr_t unobfuscated = ptr ^ m_runtime.GetTaggedPointerObfuscator(); in GetClassDescriptor()
2287 uint64_t unobfuscated = (ptr) ^ m_runtime.GetTaggedPointerObfuscator(); in GetClassDescriptor()
2299 Process *process(m_runtime.GetProcess()); in GetClassDescriptor()
2308 m_runtime.GetClassDescriptorFromISA((ObjCISA)slot_data); in GetClassDescriptor()
2372 uint64_t unobfuscated = (ptr) ^ m_runtime.GetTaggedPointerObfuscator(); in GetClassDescriptor()
2387 Process *process(m_runtime.GetProcess()); in GetClassDescriptor()
2396 m_runtime.GetClassDescriptorFromISA((ObjCISA)slot_data); in GetClassDescriptor()
2419 : m_runtime(runtime), m_cache(), m_objc_module_wp(objc_module_sp), in NonPointerISACache()
2438 m_runtime.ObjCLanguageRuntime::GetClassDescriptorFromISA(real_isa); in GetClassDescriptor()
[all …]
DAppleObjCClassDescriptorV2.h220 : m_runtime(runtime), m_objc_class_ptr(isa), m_name(name), in ClassDescriptorV2()
231 &m_runtime; // The runtime, so we can read information lazily. variable
DAppleObjCTypeEncodingParser.cpp26 : ObjCLanguageRuntime::EncodingToType(), m_runtime(runtime) { in AppleObjCTypeEncodingParser()
228 DeclVendor *decl_vendor = m_runtime.GetDeclVendor(); in BuildObjCObjectPointerType()