Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h70 ClassDescriptorSP GetClassDescriptor(ValueObject &in_value) override;
139 ObjCLanguageRuntime::ClassDescriptorSP GetClassDescriptor(ObjCISA isa);
202 GetClassDescriptor(lldb::addr_t ptr) override;
235 GetClassDescriptor(lldb::addr_t ptr) override;
276 GetClassDescriptor(lldb::addr_t ptr) override;
H A DAppleObjCRuntimeV2.cpp967 auto descriptor_sp = tagged_ptr_vendor->GetClassDescriptor(arg_addr); in DoExecute()
1418 class_descriptor_sp = non_pointer_isa_cache->GetClassDescriptor(isa); in GetClassDescriptorFromISA()
1425 AppleObjCRuntimeV2::GetClassDescriptor(ValueObject &valobj) { in GetClassDescriptor() function in AppleObjCRuntimeV2
1431 ClassDescriptorSP parent_descriptor_sp = GetClassDescriptor(*parent); in GetClassDescriptor()
1446 return m_tagged_pointer_vendor_up->GetClassDescriptor(isa_pointer); in GetClassDescriptor()
2592 AppleObjCRuntimeV2::TaggedPointerVendorLegacy::GetClassDescriptor( in GetClassDescriptor() function in AppleObjCRuntimeV2::TaggedPointerVendorLegacy
2679 AppleObjCRuntimeV2::TaggedPointerVendorRuntimeAssisted::GetClassDescriptor( in GetClassDescriptor() function in AppleObjCRuntimeV2::TaggedPointerVendorRuntimeAssisted
2766 AppleObjCRuntimeV2::TaggedPointerVendorExtended::GetClassDescriptor( in GetClassDescriptor() function in AppleObjCRuntimeV2::TaggedPointerVendorExtended
2775 return this->TaggedPointerVendorRuntimeAssisted::GetClassDescriptor(ptr); in GetClassDescriptor()
2831 AppleObjCRuntimeV2::NonPointerISACache::GetClassDescriptor(ObjCISA isa) { in GetClassDescriptor() function in AppleObjCRuntimeV2::NonPointerISACache
H A DAppleObjCRuntimeV1.cpp54 auto class_descriptor(GetClassDescriptor(in_value)); in GetDynamicTypeAndAddress()
H A DAppleObjCRuntime.cpp488 auto descriptor = GetClassDescriptor(*cpp_exception); in GetExceptionObjectForThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp59 runtime->GetClassDescriptor(valobj)); in CFBagSummaryProvider()
121 runtime->GetClassDescriptor(valobj)); in CFBitVectorSummaryProvider()
241 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()
246 runtime->GetClassDescriptor(valobj)); in NSIndexSetSummaryProvider()
436 runtime->GetClassDescriptor(valobj)); in NSNumberSummaryProvider()
711 runtime->GetClassDescriptor(valobj)); in NSURLSummaryProvider()
837 runtime->GetClassDescriptor(valobj)); in NSDateSummaryProvider()
997 runtime->GetClassDescriptor(valobj)); in NSDataSummaryProvider()
H A DNSError.cpp195 runtime->GetClassDescriptor(*valobj_sp.get())); in NSErrorSyntheticFrontEndCreator()
H A DNSException.cpp188 runtime->GetClassDescriptor(*valobj_sp.get())); in NSExceptionSyntheticFrontEndCreator()
H A DNSIndexPath.cpp76 runtime->GetClassDescriptor(m_backend)); in Update()
H A DNSSet.cpp264 runtime->GetClassDescriptor(valobj)); in NSSetSummaryProvider()
360 runtime->GetClassDescriptor(*valobj_sp)); in NSSetSyntheticFrontEndCreator()
H A DNSArray.cpp333 runtime->GetClassDescriptor(valobj)); in NSArraySummaryProvider()
798 runtime->GetClassDescriptor(*valobj_sp)); in NSArraySyntheticFrontEndCreator()
H A DNSString.cpp67 runtime->GetClassDescriptor(valobj)); in NSStringSummaryProvider()
H A DObjCLanguage.cpp942 runtime->GetClassDescriptor(valobj)); in GetPossibleFormattersMatches()
H A DNSDictionary.cpp503 runtime->GetClassDescriptor(*valobj_sp)); in NSDictionarySyntheticFrontEndCreator()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h191 GetClassDescriptor(lldb::addr_t ptr) = 0;
224 virtual ClassDescriptorSP GetClassDescriptor(ValueObject &in_value);
H A DObjCLanguageRuntime.cpp235 ObjCLanguageRuntime::GetClassDescriptor(ValueObject &valobj) { in GetClassDescriptor() function in ObjCLanguageRuntime
260 GetClassDescriptor(valobj)); in GetNonKVOClassDescriptor()