Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp450 lldb_private::Process *process = m_runtime.GetProcess(); in ProcessMethodList()
453 m_runtime.GetRelativeSelectorBaseAddr(); in ProcessMethodList()
480 lldb_private::Process *process = m_runtime.GetProcess(); in ProcessRelativeMethodLists()
510 if (!m_runtime.IsSharedCacheImageLoaded(entry->m_image_index)) in ProcessRelativeMethodLists()
519 m_last_version_updated = m_runtime.GetSharedCacheImageHeaderVersion(); in ProcessRelativeMethodLists()
530 lldb_private::Process *process = m_runtime.GetProcess(); in Describe()
604 lldb_private::Process *process = m_runtime.GetProcess(); in GetClassName()
623 lldb_private::Process *process = m_runtime.GetProcess(); in GetSuperclass()
633 return m_runtime.ObjCLanguageRuntime::GetClassDescriptorFromISA( in GetSuperclass()
638 lldb_private::Process *process = m_runtime.GetProcess(); in GetMetaclass()
[all …]
H A DAppleObjCRuntimeV2.h152 AppleObjCRuntimeV2 &m_runtime; variable
183 AppleObjCRuntimeV2 &m_runtime;
186 : TaggedPointerVendor(), m_runtime(runtime) {} in TaggedPointerVendorV2()
311 ClassInfoExtractor(AppleObjCRuntimeV2 &runtime) : m_runtime(runtime) {} in ClassInfoExtractor()
316 AppleObjCRuntimeV2 &m_runtime;
402 : m_runtime(runtime), m_headerInfoRWs_ptr(headerInfoRWs_ptr), in SharedCacheImageHeaders()
407 AppleObjCRuntimeV2 &m_runtime; variable
H A DAppleObjCRuntimeV2.cpp1687 Process *process = m_runtime.GetProcess(); in UpdateIfNeeded()
1863 if (!m_runtime.m_has_objc_copyRealizedClassList && in ComputeHelper()
1864 !m_runtime.m_has_objc_getRealizedClassList_trylock) in ComputeHelper()
1867 if (Process *process = m_runtime.GetProcess()) { in ComputeHelper()
1874 if (m_runtime.m_has_objc_getRealizedClassList_trylock) in ComputeHelper()
1878 if (m_runtime.m_has_objc_copyRealizedClassList) in ComputeHelper()
1911 m_runtime.HasSymbol(g_class_getNameRaw_symbol_name) in GetClassInfoUtilityFunctionImpl()
1991 Process *process = m_runtime.GetProcess(); in UpdateISAToDescriptorMap()
2029 : m_runtime.m_realized_class_generation_count; in UpdateISAToDescriptorMap()
2159 m_runtime.ParseClassInfoArray(class_infos_data, num_class_infos); 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 DAppleObjCDeclVendor.h39 ObjCLanguageRuntime &m_runtime; variable
H A DAppleObjCTypeEncodingParser.h68 ObjCLanguageRuntime &m_runtime; variable
H A DAppleObjCClassDescriptorV2.h247 : m_runtime(runtime), m_objc_class_ptr(isa), m_name(name), in ClassDescriptorV2()
268 &m_runtime; // The runtime, so we can read information lazily.
267 &m_runtime; // The runtime, so we can read information lazily. global() variable
H A DAppleObjCTypeEncodingParser.cpp28 : ObjCLanguageRuntime::EncodingToType(), m_runtime(runtime) { in AppleObjCTypeEncodingParser()
233 DeclVendor *decl_vendor = m_runtime.GetDeclVendor(); in BuildObjCObjectPointerType()