Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.h152 bool EvaluateNonPointerISA(ObjCISA isa, ObjCISA &ret_isa);
DAppleObjCRuntimeV2.cpp3056 if (!EvaluateNonPointerISA(isa, real_isa)) in GetClassDescriptor()
3068 bool AppleObjCRuntimeV2::NonPointerISACache::EvaluateNonPointerISA( in EvaluateNonPointerISA() function in AppleObjCRuntimeV2::NonPointerISACache
3184 non_pointer_isa_cache->EvaluateNonPointerISA(isa, ret); in GetPointerISA()