Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.h147 bool EvaluateNonPointerISA(ObjCISA isa, ObjCISA &ret_isa);
DAppleObjCRuntimeV2.cpp2432 if (!EvaluateNonPointerISA(isa, real_isa)) in GetClassDescriptor()
2444 bool AppleObjCRuntimeV2::NonPointerISACache::EvaluateNonPointerISA( in EvaluateNonPointerISA() function in AppleObjCRuntimeV2::NonPointerISACache
2560 m_non_pointer_isa_cache_up->EvaluateNonPointerISA(isa, ret); in GetPointerISA()