Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1504 if (auto *non_pointer_isa_cache = GetNonPointerIsaCache()) in GetClassDescriptorFromISA() local
1505 class_descriptor_sp = non_pointer_isa_cache->GetClassDescriptor(isa); in GetClassDescriptorFromISA()
3183 if (auto *non_pointer_isa_cache = GetNonPointerIsaCache()) in GetPointerISA() local
3184 non_pointer_isa_cache->EvaluateNonPointerISA(isa, ret); in GetPointerISA()