Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h150 bool EvaluateNonPointerISA(ObjCISA isa, ObjCISA &ret_isa);
H A DAppleObjCRuntimeV2.cpp3187 if (!EvaluateNonPointerISA(isa, real_isa)) in GetClassDescriptor()
3199 bool AppleObjCRuntimeV2::NonPointerISACache::EvaluateNonPointerISA( in EvaluateNonPointerISA() function in AppleObjCRuntimeV2::NonPointerISACache
3315 non_pointer_isa_cache->EvaluateNonPointerISA(isa, ret); in GetPointerISA()