Home
last modified time | relevance | path

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

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