Home
last modified time | relevance | path

Searched refs:m_has_objc_copyRealizedClassList (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h467 bool m_has_objc_copyRealizedClassList; variable
H A DAppleObjCRuntimeV2.cpp737 m_has_object_getClass(false), m_has_objc_copyRealizedClassList(false), in AppleObjCRuntimeV2()
750 m_has_objc_copyRealizedClassList = HasSymbol(g_objc_copyRealizedClassList); in AppleObjCRuntimeV2()
1887 if (!m_runtime.m_has_objc_copyRealizedClassList && in ComputeHelper()
1902 if (m_runtime.m_has_objc_copyRealizedClassList) in ComputeHelper()