Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h448 if (!m_non_pointer_isa_cache_up) in GetNonPointerIsaCache()
449 m_non_pointer_isa_cache_up.reset( in GetNonPointerIsaCache()
451 return m_non_pointer_isa_cache_up.get(); in GetNonPointerIsaCache()
470 std::unique_ptr<NonPointerISACache> m_non_pointer_isa_cache_up; variable
H A DAppleObjCRuntimeV2.cpp739 m_non_pointer_isa_cache_up(), in AppleObjCRuntimeV2()