Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.h127 class NonPointerISACache {
129 static NonPointerISACache *
136 NonPointerISACache(AppleObjCRuntimeV2 &runtime,
166 NonPointerISACache(const NonPointerISACache &) = delete;
167 const NonPointerISACache &operator=(const NonPointerISACache &) = delete;
342 std::unique_ptr<NonPointerISACache> m_non_pointer_isa_cache_up;
DAppleObjCRuntimeV2.cpp423 NonPointerISACache::CreateInstance(*this, objc_module_sp)), in AppleObjCRuntimeV2()
2014 AppleObjCRuntimeV2::NonPointerISACache *
2015 AppleObjCRuntimeV2::NonPointerISACache::CreateInstance( in CreateInstance()
2074 return new NonPointerISACache( in CreateInstance()
2410 AppleObjCRuntimeV2::NonPointerISACache::NonPointerISACache( in NonPointerISACache() function in AppleObjCRuntimeV2::NonPointerISACache
2430 AppleObjCRuntimeV2::NonPointerISACache::GetClassDescriptor(ObjCISA isa) { in GetClassDescriptor()
2444 bool AppleObjCRuntimeV2::NonPointerISACache::EvaluateNonPointerISA( in EvaluateNonPointerISA()