Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp331 lldb_private::Process *process = m_runtime.GetProcess(); in Describe()
411 lldb_private::Process *process = m_runtime.GetProcess(); in GetClassName()
430 lldb_private::Process *process = m_runtime.GetProcess(); in GetSuperclass()
440 return m_runtime.ObjCLanguageRuntime::GetClassDescriptorFromISA( in GetSuperclass()
445 lldb_private::Process *process = m_runtime.GetProcess(); in GetMetaclass()
455 lldb::addr_t candidate_isa = m_runtime.GetPointerISA(objc_class->m_isa); in GetMetaclass()
458 new ClassDescriptorV2(m_runtime, candidate_isa, nullptr)); in GetMetaclass()
462 lldb_private::Process *process = m_runtime.GetProcess(); in GetInstanceSize()
541 m_ivars_storage.fill(m_runtime, *this); in GetIVarInformation()
H A DAppleObjCDeclVendor.cpp151 : DeclVendor(), m_runtime(runtime), m_ast_ctx(runtime.GetProcess() in AppleObjCDeclVendor()
157 m_type_realizer_sp(m_runtime.GetEncodingToType()) { in AppleObjCDeclVendor()
174 m_runtime.GetClassDescriptorFromISA(isa); in GetDeclForISA()
436 m_runtime.GetClassDescriptorFromISA(objc_isa); in FinishDecl()
505 CompilerType ivar_type = m_runtime.GetEncodingToType()->RealizeType( in FinishDecl()
619 ObjCLanguageRuntime::ObjCISA isa = m_runtime.GetISA(name); in FindDecls()
H A DAppleObjCRuntimeV2.h153 AppleObjCRuntimeV2 &m_runtime; variable
183 AppleObjCRuntimeV2 &m_runtime;
186 : TaggedPointerVendor(), m_runtime(runtime) {} in TaggedPointerVendorV2()
H A DAppleObjCDeclVendor.h37 ObjCLanguageRuntime &m_runtime; variable
H A DAppleObjCRuntimeV2.cpp2200 uint32_t foundation_version = m_runtime.GetFoundationVersion(); in GetClassDescriptor()
2253 lldb::addr_t unobfuscated = ptr ^ m_runtime.GetTaggedPointerObfuscator(); in GetClassDescriptor()
2286 uint64_t unobfuscated = (ptr) ^ m_runtime.GetTaggedPointerObfuscator(); in GetClassDescriptor()
2298 Process *process(m_runtime.GetProcess()); in GetClassDescriptor()
2307 m_runtime.GetClassDescriptorFromISA((ObjCISA)slot_data); in GetClassDescriptor()
2371 uint64_t unobfuscated = (ptr) ^ m_runtime.GetTaggedPointerObfuscator(); in GetClassDescriptor()
2386 Process *process(m_runtime.GetProcess()); in GetClassDescriptor()
2395 m_runtime.GetClassDescriptorFromISA((ObjCISA)slot_data); in GetClassDescriptor()
2418 : m_runtime(runtime), m_cache(), m_objc_module_wp(objc_module_sp), in NonPointerISACache()
2437 m_runtime.ObjCLanguageRuntime::GetClassDescriptorFromISA(real_isa); in GetClassDescriptor()
[all …]
H A DAppleObjCClassDescriptorV2.h214 : m_runtime(runtime), m_objc_class_ptr(isa), m_name(name), in ClassDescriptorV2()
225 &m_runtime; // The runtime, so we can read information lazily. variable
H A DAppleObjCTypeEncodingParser.h78 ObjCLanguageRuntime &m_runtime; variable
H A DAppleObjCTypeEncodingParser.cpp26 : ObjCLanguageRuntime::EncodingToType(), m_runtime(runtime) { in AppleObjCTypeEncodingParser()
245 DeclVendor *decl_vendor = m_runtime.GetDeclVendor(); in BuildObjCObjectPointerType()