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()
603 lldb_private::Process *process = m_runtime.GetProcess(); in GetClassName()
622 lldb_private::Process *process = m_runtime.GetProcess(); in GetSuperclass()
632 return m_runtime.ObjCLanguageRuntime::GetClassDescriptorFromISA( in GetSuperclass()
637 lldb_private::Process *process = m_runtime.GetProcess(); in GetMetaclass()
[all …]
H A DAppleObjCRuntimeV2.h155 AppleObjCRuntimeV2 &m_runtime; variable
186 AppleObjCRuntimeV2 &m_runtime;
189 : TaggedPointerVendor(), m_runtime(runtime) {} in TaggedPointerVendorV2()
314 ClassInfoExtractor(AppleObjCRuntimeV2 &runtime) : m_runtime(runtime) {} in ClassInfoExtractor()
319 AppleObjCRuntimeV2 &m_runtime;
405 : m_runtime(runtime), m_headerInfoRWs_ptr(headerInfoRWs_ptr), in SharedCacheImageHeaders()
410 AppleObjCRuntimeV2 &m_runtime; variable
H A DAppleObjCRuntimeV2.cpp1703 Process *process = m_runtime.GetProcess(); in UpdateIfNeeded()
1879 if (!m_runtime.m_has_objc_copyRealizedClassList && in ComputeHelper()
1880 !m_runtime.m_has_objc_getRealizedClassList_trylock) in ComputeHelper()
1883 if (Process *process = m_runtime.GetProcess()) { in ComputeHelper()
1890 if (m_runtime.m_has_objc_getRealizedClassList_trylock) in ComputeHelper()
1894 if (m_runtime.m_has_objc_copyRealizedClassList) in ComputeHelper()
1927 m_runtime.HasSymbol(g_class_getNameRaw_symbol_name) in GetClassInfoUtilityFunctionImpl()
2007 Process *process = m_runtime.GetProcess(); in UpdateISAToDescriptorMap()
2045 : m_runtime.m_realized_class_generation_count; in UpdateISAToDescriptorMap()
2175 m_runtime.ParseClassInfoArray(class_infos_data, num_class_infos); in UpdateISAToDescriptorMap()
[all …]
H A DAppleObjCDeclVendor.cpp134 : ClangDeclVendor(eAppleObjCDeclVendor), m_runtime(runtime), in AppleObjCDeclVendor()
135 m_type_realizer_sp(m_runtime.GetEncodingToType()) { in AppleObjCDeclVendor()
155 m_runtime.GetClassDescriptorFromISA(isa); in GetDeclForISA()
419 m_runtime.GetClassDescriptorFromISA(objc_isa); in FinishDecl()
485 CompilerType ivar_type = m_runtime.GetEncodingToType()->RealizeType( in FinishDecl()
587 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.cpp29 : ObjCLanguageRuntime::EncodingToType(), m_runtime(runtime) { in AppleObjCTypeEncodingParser()
243 DeclVendor *decl_vendor = m_runtime.GetDeclVendor(); in BuildObjCObjectPointerType()