Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h131 class NonPointerISACache {
133 static NonPointerISACache *
140 NonPointerISACache(AppleObjCRuntimeV2 &runtime,
170 NonPointerISACache(const NonPointerISACache &) = delete;
171 const NonPointerISACache &operator=(const NonPointerISACache &) = delete;
412 NonPointerISACache *GetNonPointerIsaCache() { in GetNonPointerIsaCache()
415 NonPointerISACache::CreateInstance(*this, m_objc_module_sp)); in GetNonPointerIsaCache()
435 std::unique_ptr<NonPointerISACache> m_non_pointer_isa_cache_up;
H A DAppleObjCRuntimeV2.cpp2610 AppleObjCRuntimeV2::NonPointerISACache *
2611 AppleObjCRuntimeV2::NonPointerISACache::CreateInstance( in CreateInstance()
2670 return new NonPointerISACache( in CreateInstance()
3017 AppleObjCRuntimeV2::NonPointerISACache::NonPointerISACache( in NonPointerISACache() function in AppleObjCRuntimeV2::NonPointerISACache
3037 AppleObjCRuntimeV2::NonPointerISACache::GetClassDescriptor(ObjCISA isa) { in GetClassDescriptor()
3051 bool AppleObjCRuntimeV2::NonPointerISACache::EvaluateNonPointerISA( in EvaluateNonPointerISA()