Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
DObjCLanguageRuntime.h218 ClassDescriptorSP GetNonKVOClassDescriptor(ValueObject &in_value);
225 ClassDescriptorSP GetNonKVOClassDescriptor(ObjCISA isa);
DObjCLanguageRuntime.cpp258 ObjCLanguageRuntime::GetNonKVOClassDescriptor(ValueObject &valobj) { in GetNonKVOClassDescriptor() function in ObjCLanguageRuntime
285 ObjCLanguageRuntime::GetNonKVOClassDescriptor(ObjCISA isa) { in GetNonKVOClassDescriptor() function in ObjCLanguageRuntime
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSDictionary.cpp392 runtime->GetNonKVOClassDescriptor(valobj)); in NSDictionarySummaryProvider()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp460 ClassDescriptorSP objc_class_sp(GetNonKVOClassDescriptor(in_value)); in GetDynamicTypeAndAddress()