Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h433 bool m_has_objc_getRealizedClassList_trylock; variable
H A DAppleObjCRuntimeV2.cpp737 m_has_objc_getRealizedClassList_trylock(false), m_loaded_objc_opt(false), in AppleObjCRuntimeV2()
750 m_has_objc_getRealizedClassList_trylock = in AppleObjCRuntimeV2()
1736 !m_runtime.m_has_objc_getRealizedClassList_trylock) in ComputeHelper()
1746 if (m_runtime.m_has_objc_getRealizedClassList_trylock) in ComputeHelper()