Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h132 class NonPointerISACache {
134 static NonPointerISACache *
141 NonPointerISACache(AppleObjCRuntimeV2 &runtime,
171 NonPointerISACache(const NonPointerISACache &) = delete;
172 const NonPointerISACache &operator=(const NonPointerISACache &) = delete;
420 NonPointerISACache *GetNonPointerIsaCache() { in GetNonPointerIsaCache()
423 NonPointerISACache::CreateInstance(*this, m_objc_module_sp)); in GetNonPointerIsaCache()
443 std::unique_ptr<NonPointerISACache> m_non_pointer_isa_cache_up;
H A DAppleObjCRuntimeV2.cpp2627 AppleObjCRuntimeV2::NonPointerISACache *
2628 AppleObjCRuntimeV2::NonPointerISACache::CreateInstance( in CreateInstance()
2687 return new NonPointerISACache( in CreateInstance()
3034 AppleObjCRuntimeV2::NonPointerISACache::NonPointerISACache( in NonPointerISACache() function in AppleObjCRuntimeV2::NonPointerISACache
3054 AppleObjCRuntimeV2::NonPointerISACache::GetClassDescriptor(ObjCISA isa) { in GetClassDescriptor()
3068 bool AppleObjCRuntimeV2::NonPointerISACache::EvaluateNonPointerISA( in EvaluateNonPointerISA()