Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h455 if (!m_non_pointer_isa_cache_up) in GetNonPointerIsaCache()
456 m_non_pointer_isa_cache_up.reset( in GetNonPointerIsaCache()
458 return m_non_pointer_isa_cache_up.get(); in GetNonPointerIsaCache()
477 std::unique_ptr<NonPointerISACache> m_non_pointer_isa_cache_up; variable
H A DAppleObjCRuntimeV2.cpp746 m_non_pointer_isa_cache_up(), in AppleObjCRuntimeV2()