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.h133 class NonPointerISACache {
135 static NonPointerISACache *
142 NonPointerISACache(AppleObjCRuntimeV2 &runtime,
172 NonPointerISACache(const NonPointerISACache &) = delete;
173 const NonPointerISACache &operator=(const NonPointerISACache &) = delete;
454 NonPointerISACache *GetNonPointerIsaCache() { in GetNonPointerIsaCache()
457 NonPointerISACache::CreateInstance(*this, m_objc_module_sp)); in GetNonPointerIsaCache()
477 std::unique_ptr<NonPointerISACache> m_non_pointer_isa_cache_up;
H A DAppleObjCRuntimeV2.cpp2777 AppleObjCRuntimeV2::NonPointerISACache *
2778 AppleObjCRuntimeV2::NonPointerISACache::CreateInstance( in CreateInstance()
2837 return new NonPointerISACache( in CreateInstance()
3184 AppleObjCRuntimeV2::NonPointerISACache::NonPointerISACache( in NonPointerISACache() function in AppleObjCRuntimeV2::NonPointerISACache
3204 AppleObjCRuntimeV2::NonPointerISACache::GetClassDescriptor(ObjCISA isa) { in GetClassDescriptor()
3218 bool AppleObjCRuntimeV2::NonPointerISACache::EvaluateNonPointerISA( in EvaluateNonPointerISA()