Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp379 lldb_private::Process *process = m_runtime.GetProcess(); in Describe()
410 m_runtime.GetRelativeSelectorBaseAddr(); in Describe()
464 lldb_private::Process *process = m_runtime.GetProcess(); in GetClassName()
483 lldb_private::Process *process = m_runtime.GetProcess(); in GetSuperclass()
493 return m_runtime.ObjCLanguageRuntime::GetClassDescriptorFromISA( in GetSuperclass()
498 lldb_private::Process *process = m_runtime.GetProcess(); in GetMetaclass()
508 lldb::addr_t candidate_isa = m_runtime.GetPointerISA(objc_class->m_isa); in GetMetaclass()
511 new ClassDescriptorV2(m_runtime, candidate_isa, nullptr)); in GetMetaclass()
515 lldb_private::Process *process = m_runtime.GetProcess(); in GetInstanceSize()
593 m_ivars_storage.fill(m_runtime, *this); in GetIVarInformation()
H A DAppleObjCRuntimeV2.cpp1735 if (!m_runtime.m_has_objc_copyRealizedClassList && in ComputeHelper()
1736 !m_runtime.m_has_objc_getRealizedClassList_trylock) in ComputeHelper()
1739 if (Process *process = m_runtime.GetProcess()) { in ComputeHelper()
1746 if (m_runtime.m_has_objc_getRealizedClassList_trylock) in ComputeHelper()
1750 if (m_runtime.m_has_objc_copyRealizedClassList) in ComputeHelper()
1783 m_runtime.HasSymbol(g_class_getNameRaw_symbol_name) in GetClassInfoUtilityFunctionImpl()
1863 Process *process = m_runtime.GetProcess(); in UpdateISAToDescriptorMap()
1901 : m_runtime.m_realized_class_generation_count; in UpdateISAToDescriptorMap()
2031 m_runtime.ParseClassInfoArray(class_infos_data, num_class_infos); in UpdateISAToDescriptorMap()
2130 Process *process = m_runtime.GetProcess(); in UpdateISAToDescriptorMap()
[all …]
H A DAppleObjCDeclVendor.cpp133 : ClangDeclVendor(eAppleObjCDeclVendor), m_runtime(runtime), in AppleObjCDeclVendor()
134 m_type_realizer_sp(m_runtime.GetEncodingToType()) { in AppleObjCDeclVendor()
154 m_runtime.GetClassDescriptorFromISA(isa); in GetDeclForISA()
418 m_runtime.GetClassDescriptorFromISA(objc_isa); in FinishDecl()
484 CompilerType ivar_type = m_runtime.GetEncodingToType()->RealizeType( in FinishDecl()
586 ObjCLanguageRuntime::ObjCISA isa = m_runtime.GetISA(name); in FindDecls()
H A DAppleObjCRuntimeV2.h154 AppleObjCRuntimeV2 &m_runtime; variable
185 AppleObjCRuntimeV2 &m_runtime;
188 : TaggedPointerVendor(), m_runtime(runtime) {} in TaggedPointerVendorV2()
313 ClassInfoExtractor(AppleObjCRuntimeV2 &runtime) : m_runtime(runtime) {} in ClassInfoExtractor()
318 AppleObjCRuntimeV2 &m_runtime;
H A DAppleObjCDeclVendor.h39 ObjCLanguageRuntime &m_runtime; variable
H A DAppleObjCTypeEncodingParser.h68 ObjCLanguageRuntime &m_runtime; variable
H A DAppleObjCClassDescriptorV2.h225 : m_runtime(runtime), m_objc_class_ptr(isa), m_name(name), in ClassDescriptorV2()
236 &m_runtime; // The runtime, so we can read information lazily. variable
H A DAppleObjCTypeEncodingParser.cpp26 : ObjCLanguageRuntime::EncodingToType(), m_runtime(runtime) { in AppleObjCTypeEncodingParser()
231 DeclVendor *decl_vendor = m_runtime.GetDeclVendor(); in BuildObjCObjectPointerType()