Home
last modified time | relevance | path

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

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