Home
last modified time | relevance | path

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

/freebsd-13.1/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;
412 NonPointerISACache *GetNonPointerIsaCache() { in GetNonPointerIsaCache()
415 NonPointerISACache::CreateInstance(*this, m_objc_module_sp)); in GetNonPointerIsaCache()
434 std::unique_ptr<NonPointerISACache> m_non_pointer_isa_cache_up;
H A DAppleObjCRuntimeV2.cpp2410 AppleObjCRuntimeV2::NonPointerISACache *
2411 AppleObjCRuntimeV2::NonPointerISACache::CreateInstance( in CreateInstance()
2470 return new NonPointerISACache( in CreateInstance()
2811 AppleObjCRuntimeV2::NonPointerISACache::NonPointerISACache( in NonPointerISACache() function in AppleObjCRuntimeV2::NonPointerISACache
2831 AppleObjCRuntimeV2::NonPointerISACache::GetClassDescriptor(ObjCISA isa) { in GetClassDescriptor()
2845 bool AppleObjCRuntimeV2::NonPointerISACache::EvaluateNonPointerISA( in EvaluateNonPointerISA()