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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h126 class NonPointerISACache { class in class:lldb_private::AppleObjCRuntimeV2
128 static NonPointerISACache *
135 NonPointerISACache(AppleObjCRuntimeV2 &runtime,
165 DISALLOW_COPY_AND_ASSIGN(NonPointerISACache);
331 std::unique_ptr<NonPointerISACache> m_non_pointer_isa_cache_up;
H A DAppleObjCRuntimeV2.cpp424 NonPointerISACache::CreateInstance(*this, objc_module_sp)),
2046 AppleObjCRuntimeV2::NonPointerISACache *
2047 AppleObjCRuntimeV2::NonPointerISACache::CreateInstance(
2106 return new NonPointerISACache(
2442 AppleObjCRuntimeV2::NonPointerISACache::NonPointerISACache(
2462 AppleObjCRuntimeV2::NonPointerISACache::GetClassDescriptor(ObjCISA isa) {
2476 bool AppleObjCRuntimeV2::NonPointerISACache::EvaluateNonPointerISA(

Completed in 58 milliseconds