Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h432 bool m_has_objc_copyRealizedClassList; variable
H A DAppleObjCRuntimeV2.cpp662 m_has_object_getClass(false), m_has_objc_copyRealizedClassList(false), in AppleObjCRuntimeV2()
672 m_has_objc_copyRealizedClassList = HasSymbol(g_objc_copyRealizedClassList); in AppleObjCRuntimeV2()
1621 if (!m_runtime.m_has_objc_copyRealizedClassList) in ComputeHelper()