Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h473 bool m_has_object_getClass; variable
H A DAppleObjCRuntimeV2.cpp744 m_has_object_getClass(false), m_has_objc_copyRealizedClassList(false), in AppleObjCRuntimeV2()
752 m_has_object_getClass = HasSymbol(g_gdb_object_getClass); in AppleObjCRuntimeV2()
1179 if (m_has_object_getClass) { in CreateObjectChecker()