Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.h97 GetClassDescriptor (ValueObject& in_value);
100 GetClassDescriptor (ObjCISA isa);
141 GetClassDescriptor (ObjCISA isa);
171 GetClassDescriptor (lldb::addr_t ptr) = 0;
194 GetClassDescriptor (lldb::addr_t ptr);
226 GetClassDescriptor (lldb::addr_t ptr);
DAppleObjCRuntimeV2.cpp1599 AppleObjCRuntimeV2::GetClassDescriptor (ObjCISA isa) in GetClassDescriptor() function in AppleObjCRuntimeV2
1603 class_descriptor_sp = m_non_pointer_isa_cache_ap->GetClassDescriptor(isa); in GetClassDescriptor()
1610 AppleObjCRuntimeV2::GetClassDescriptor (ValueObject& valobj) in GetClassDescriptor() function in AppleObjCRuntimeV2
1623 return m_tagged_pointer_vendor_ap->GetClassDescriptor(isa_pointer); in GetClassDescriptor()
2489 AppleObjCRuntimeV2::TaggedPointerVendorLegacy::GetClassDescriptor (lldb::addr_t ptr) in GetClassDescriptor() function in AppleObjCRuntimeV2::TaggedPointerVendorLegacy
2577 AppleObjCRuntimeV2::TaggedPointerVendorRuntimeAssisted::GetClassDescriptor (lldb::addr_t ptr) in GetClassDescriptor() function in AppleObjCRuntimeV2::TaggedPointerVendorRuntimeAssisted
2601 actual_class_descriptor_sp = m_runtime.GetClassDescriptor(slot_data); in GetClassDescriptor()
2625 AppleObjCRuntimeV2::NonPointerISACache::GetClassDescriptor (ObjCISA isa) in GetClassDescriptor() function in AppleObjCRuntimeV2::NonPointerISACache
DAppleObjCRuntimeV1.cpp58 auto class_descriptor(GetClassDescriptor(in_value)); in GetDynamicTypeAndAddress()
/external/lldb/source/DataFormatters/
DCocoa.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()
DCF.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()
DNSArray.cpp40 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSArraySummaryProvider()
304 … ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(*valobj_sp.get())); in NSArraySyntheticFrontEndCreator()
DNSSet.cpp41 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSSetSummaryProvider()
129 … ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(*valobj_sp.get())); in NSSetSyntheticFrontEndCreator()
DNSDictionary.cpp95 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSDictionarySummaryProvider()
172 … ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(*valobj_sp.get())); in NSDictionarySyntheticFrontEndCreator()
DCXXFormatterFunctions.cpp871 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSDataSummaryProvider()
968 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj)); in NSStringSummaryProvider()
/external/lldb/source/Target/
DObjCLanguageRuntime.cpp529 ObjCLanguageRuntime::GetClassDescriptor (ValueObject& valobj) in GetClassDescriptor() function in ObjCLanguageRuntime
558 ObjCLanguageRuntime::ClassDescriptorSP objc_class_sp (GetClassDescriptor (valobj)); in GetNonKVOClassDescriptor()
/external/lldb/include/lldb/Target/
DObjCLanguageRuntime.h256 GetClassDescriptor (ValueObject& in_value);
/external/lldb/include/lldb/DataFormatters/
DFormatNavigator.h503 ObjCLanguageRuntime::ClassDescriptorSP objc_class_sp (runtime->GetClassDescriptor(valobj)); in Get_ObjC()