Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp222 ClassDescriptorSP objc_class_sp(GetNonKVOClassDescriptor(isa)); in GetActualTypeName()
261 ObjCLanguageRuntime::GetNonKVOClassDescriptor(ValueObject &valobj) { in GetNonKVOClassDescriptor() function in ObjCLanguageRuntime
288 ObjCLanguageRuntime::GetNonKVOClassDescriptor(ObjCISA isa) { in GetNonKVOClassDescriptor() function in ObjCLanguageRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h201 ClassDescriptorSP GetNonKVOClassDescriptor(ValueObject &in_value);
208 ClassDescriptorSP GetNonKVOClassDescriptor(ObjCISA isa);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp429 ClassDescriptorSP objc_class_sp(GetNonKVOClassDescriptor(in_value)); in GetDynamicTypeAndAddress()