Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h468 bool m_has_objc_getRealizedClassList_trylock; variable
H A DAppleObjCRuntimeV2.cpp738 m_has_objc_getRealizedClassList_trylock(false), m_loaded_objc_opt(false), in AppleObjCRuntimeV2()
751 m_has_objc_getRealizedClassList_trylock = in AppleObjCRuntimeV2()
1888 !m_runtime.m_has_objc_getRealizedClassList_trylock) in ComputeHelper()
1898 if (m_runtime.m_has_objc_getRealizedClassList_trylock) in ComputeHelper()