Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h431 bool m_has_object_getClass; variable
H A DAppleObjCRuntimeV2.cpp736 m_has_object_getClass(false), m_has_objc_copyRealizedClassList(false), in AppleObjCRuntimeV2()
744 m_has_object_getClass = HasSymbol(g_gdb_object_getClass); in AppleObjCRuntimeV2()
1184 if (m_has_object_getClass) { in CreateObjectChecker()