Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp366 lldb_private::Process *process = m_runtime.GetProcess(); in Describe()
397 m_runtime.GetRelativeSelectorBaseAddr(); in Describe()
451 lldb_private::Process *process = m_runtime.GetProcess(); in GetClassName()
470 lldb_private::Process *process = m_runtime.GetProcess(); in GetSuperclass()
480 return m_runtime.ObjCLanguageRuntime::GetClassDescriptorFromISA( in GetSuperclass()
485 lldb_private::Process *process = m_runtime.GetProcess(); in GetMetaclass()
495 lldb::addr_t candidate_isa = m_runtime.GetPointerISA(objc_class->m_isa); in GetMetaclass()
498 new ClassDescriptorV2(m_runtime, candidate_isa, nullptr)); in GetMetaclass()
502 lldb_private::Process *process = m_runtime.GetProcess(); in GetInstanceSize()
580 m_ivars_storage.fill(m_runtime, *this); in GetIVarInformation()
H A DAppleObjCRuntimeV2.h155 AppleObjCRuntimeV2 &m_runtime; variable
186 AppleObjCRuntimeV2 &m_runtime;
189 : TaggedPointerVendor(), m_runtime(runtime) {} in TaggedPointerVendorV2()
308 ClassInfoExtractor(AppleObjCRuntimeV2 &runtime) : m_runtime(runtime) {} in ClassInfoExtractor()
313 AppleObjCRuntimeV2 &m_runtime;
H A 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()
H A DAppleObjCRuntimeV2.cpp1621 if (!m_runtime.m_has_objc_copyRealizedClassList) in ComputeHelper()
1624 if (Process *process = m_runtime.GetProcess()) { in ComputeHelper()
1654 m_runtime.HasSymbol(g_class_getNameRaw_symbol_name) in GetClassInfoUtilityFunctionImpl()
1734 Process *process = m_runtime.GetProcess(); in UpdateISAToDescriptorMap()
1769 : m_runtime.m_realized_class_generation_count; in UpdateISAToDescriptorMap()
1965 Process *process = m_runtime.GetProcess(); in UpdateISAToDescriptorMap()
1995 m_runtime.GetSharedCacheBaseAddress(); in UpdateISAToDescriptorMap()
2110 m_runtime.SetRelativeSelectorBaseAddr(objc_opt_ptr + in UpdateISAToDescriptorMap()
2694 Process *process(m_runtime.GetProcess()); in GetClassDescriptor()
2784 Process *process(m_runtime.GetProcess()); in GetClassDescriptor()
[all …]
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()
228 DeclVendor *decl_vendor = m_runtime.GetDeclVendor(); in BuildObjCObjectPointerType()