Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h73 ClassDescriptorSP GetClassDescriptor(ValueObject &valobj) override;
136 ObjCLanguageRuntime::ClassDescriptorSP GetClassDescriptor(ObjCISA isa);
199 GetClassDescriptor(lldb::addr_t ptr) override;
232 GetClassDescriptor(lldb::addr_t ptr) override;
273 GetClassDescriptor(lldb::addr_t ptr) override;
H A DAppleObjCRuntimeV2.cpp1057 auto descriptor_sp = tagged_ptr_vendor->GetClassDescriptor(arg_addr); in DoExecute()
1493 class_descriptor_sp = non_pointer_isa_cache->GetClassDescriptor(isa); in GetClassDescriptorFromISA()
1500 AppleObjCRuntimeV2::GetClassDescriptor(ValueObject &valobj) { in GetClassDescriptor() function in AppleObjCRuntimeV2
1506 ClassDescriptorSP parent_descriptor_sp = GetClassDescriptor(*parent); in GetClassDescriptor()
1521 return m_tagged_pointer_vendor_up->GetClassDescriptor(isa_pointer); in GetClassDescriptor()
2940 AppleObjCRuntimeV2::TaggedPointerVendorLegacy::GetClassDescriptor( in GetClassDescriptor() function in AppleObjCRuntimeV2::TaggedPointerVendorLegacy
3027 AppleObjCRuntimeV2::TaggedPointerVendorRuntimeAssisted::GetClassDescriptor( in GetClassDescriptor() function in AppleObjCRuntimeV2::TaggedPointerVendorRuntimeAssisted
3120 AppleObjCRuntimeV2::TaggedPointerVendorExtended::GetClassDescriptor( in GetClassDescriptor() function in AppleObjCRuntimeV2::TaggedPointerVendorExtended
3129 return this->TaggedPointerVendorRuntimeAssisted::GetClassDescriptor(ptr); in GetClassDescriptor()
3185 AppleObjCRuntimeV2::NonPointerISACache::GetClassDescriptor(ObjCISA isa) { in GetClassDescriptor() function in AppleObjCRuntimeV2::NonPointerISACache
H A DAppleObjCRuntimeV1.cpp55 auto class_descriptor(GetClassDescriptor(in_value)); in GetDynamicTypeAndAddress()
H A DAppleObjCRuntime.cpp496 auto descriptor = GetClassDescriptor(*cpp_exception); in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp59 runtime->GetClassDescriptor(valobj)); in CFBagSummaryProvider()
117 runtime->GetClassDescriptor(valobj)); in CFBitVectorSummaryProvider()
237 runtime->GetClassDescriptor(valobj)); in CFBinaryHeapSummaryProvider()
H A DCocoa.cpp51 runtime->GetClassDescriptor(valobj)); in NSBundleSummaryProvider()
102 runtime->GetClassDescriptor(valobj)); in NSTimeZoneSummaryProvider()
151 runtime->GetClassDescriptor(valobj)); in NSNotificationSummaryProvider()
200 runtime->GetClassDescriptor(valobj)); in NSMachPortSummaryProvider()
247 runtime->GetClassDescriptor(valobj)); in NSIndexSetSummaryProvider()
450 runtime->GetClassDescriptor(valobj)); in NSNumberSummaryProvider()
791 runtime->GetClassDescriptor(valobj)); in NSURLSummaryProvider()
915 runtime->GetClassDescriptor(valobj)); in NSDateSummaryProvider()
1077 runtime->GetClassDescriptor(valobj)); in NSDataSummaryProvider()
H A DNSError.cpp199 runtime->GetClassDescriptor(*valobj_sp.get())); in NSErrorSyntheticFrontEndCreator()
H A DNSException.cpp188 runtime->GetClassDescriptor(*valobj_sp.get())); in NSExceptionSyntheticFrontEndCreator()
H A DNSIndexPath.cpp78 runtime->GetClassDescriptor(m_backend)); in Update()
H A DNSArray.cpp349 runtime->GetClassDescriptor(valobj)); in NSArraySummaryProvider()
814 runtime->GetClassDescriptor(*valobj_sp)); in NSArraySyntheticFrontEndCreator()
H A DNSSet.cpp264 runtime->GetClassDescriptor(valobj)); in NSSetSummaryProvider()
356 runtime->GetClassDescriptor(*valobj_sp)); in NSSetSyntheticFrontEndCreator()
H A DNSString.cpp48 runtime->GetClassDescriptor(valobj)); in NSStringSummaryProvider()
H A DObjCLanguage.cpp891 runtime->GetClassDescriptor(valobj)); in GetPossibleFormattersMatches()
H A DNSDictionary.cpp536 runtime->GetClassDescriptor(*valobj_sp)); in NSDictionarySyntheticFrontEndCreator()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp267 ObjCLanguageRuntime::GetClassDescriptor(ValueObject &valobj) { in GetClassDescriptor() function in ObjCLanguageRuntime
292 GetClassDescriptor(valobj)); in GetNonKVOClassDescriptor()
H A DObjCLanguageRuntime.h200 GetClassDescriptor(lldb::addr_t ptr) = 0;
233 virtual ClassDescriptorSP GetClassDescriptor(ValueObject &in_value);