Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h418 ObjCISA GetPointerISA(ObjCISA isa);
H A DAppleObjCClassDescriptorV2.cpp648 lldb::addr_t candidate_isa = m_runtime.GetPointerISA(objc_class->m_isa); in GetMetaclass()
H A DAppleObjCRuntimeV2.cpp3311 AppleObjCRuntimeV2::GetPointerISA(ObjCISA isa) { in GetPointerISA() function in AppleObjCRuntimeV2