Home
last modified time | relevance | path

Searched refs:GetClassDescriptor (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDCocoa.cpp40 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSBundleSummaryProvider()
87 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSTimeZoneSummaryProvider()
131 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSNotificationSummaryProvider()
177 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSMachPortSummaryProvider()
226 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSIndexSetSummaryProvider()
304 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSNumberSummaryProvider()
429 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSURLSummaryProvider()
494 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSDateSummaryProvider()
HDCF.cpp55 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in CFBagSummaryProvider()
119 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in CFBitVectorSummaryProvider()
249 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in CFBinaryHeapSummaryProvider()
HDNSArray.cpp40 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSArraySummaryProvider()
304 … ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(*valobj_sp.get())); in NSArraySyntheticFrontEndCreator()
HDNSSet.cpp41 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSSetSummaryProvider()
129 … ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(*valobj_sp.get())); in NSSetSyntheticFrontEndCreator()
HDNSDictionary.cpp95 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSDictionarySummaryProvider()
172 … ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(*valobj_sp.get())); in NSDictionarySyntheticFrontEndCreator()
HDCXXFormatterFunctions.cpp871 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSDataSummaryProvider()
968 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSStringSummaryProvider()
HDFormatManager.cpp227 … ObjCLanguageRuntime::ClassDescriptorSP objc_class_sp (runtime->GetClassDescriptor(valobj)); in GetPossibleMatches()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDObjCLanguageRuntime.cpp529 ObjCLanguageRuntime::GetClassDescriptor (ValueObject& valobj) in GetClassDescriptor() function in ObjCLanguageRuntime
558 ObjCLanguageRuntime::ClassDescriptorSP objc_class_sp (GetClassDescriptor (valobj)); in GetNonKVOClassDescriptor()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDObjCLanguageRuntime.h256 GetClassDescriptor (ValueObject& in_value);