Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h130 class NonPointerISACache {
132 static NonPointerISACache *
139 NonPointerISACache(AppleObjCRuntimeV2 &runtime,
169 NonPointerISACache(const NonPointerISACache &) = delete;
170 const NonPointerISACache &operator=(const NonPointerISACache &) = delete;
447 NonPointerISACache *GetNonPointerIsaCache() { in GetNonPointerIsaCache()
450 NonPointerISACache::CreateInstance(*this, m_objc_module_sp)); in GetNonPointerIsaCache()
470 std::unique_ptr<NonPointerISACache> m_non_pointer_isa_cache_u
[all...]
H A DAppleObjCRuntimeV2.cpp2758 AppleObjCRuntimeV2::NonPointerISACache *
2759 AppleObjCRuntimeV2::NonPointerISACache::CreateInstance( in CreateInstance()
2818 return new NonPointerISACache( in CreateInstance()
3165 AppleObjCRuntimeV2::NonPointerISACache::NonPointerISACache( in NonPointerISACache() function in AppleObjCRuntimeV2::NonPointerISACache
3185 AppleObjCRuntimeV2::NonPointerISACache::GetClassDescriptor(ObjCISA isa) { in GetClassDescriptor()
3199 bool AppleObjCRuntimeV2::NonPointerISACache::EvaluateNonPointerISA( in EvaluateNonPointerISA()