Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h391 ObjCISA GetPointerISA(ObjCISA isa);
H A DAppleObjCClassDescriptorV2.cpp508 lldb::addr_t candidate_isa = m_runtime.GetPointerISA(objc_class->m_isa); in GetMetaclass()
H A DAppleObjCRuntimeV2.cpp3180 AppleObjCRuntimeV2::GetPointerISA(ObjCISA isa) { in GetPointerISA() function in AppleObjCRuntimeV2