Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
HDObjCLanguageRuntime.cpp290 ObjCLanguageRuntime::GetNonKVOClassDescriptor(ValueObject &valobj) { in GetNonKVOClassDescriptor() function in ObjCLanguageRuntime
324 ObjCLanguageRuntime::GetNonKVOClassDescriptor(ObjCISA isa) { in GetNonKVOClassDescriptor() function in ObjCLanguageRuntime
HDObjCLanguageRuntime.h235 ClassDescriptorSP GetNonKVOClassDescriptor(ValueObject &in_value);
242 ClassDescriptorSP GetNonKVOClassDescriptor(ObjCISA isa);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntimeV2.cpp761 if (auto descriptor_sp = GetNonKVOClassDescriptor(in_value)) { in GetPreferredLanguageRuntime()
795 ClassDescriptorSP objc_class_sp(GetNonKVOClassDescriptor(in_value)); in GetDynamicTypeAndAddress()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
HDNSDictionary.cpp422 runtime->GetNonKVOClassDescriptor(valobj)); in NSDictionarySummaryProvider()