Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h77 ClassDescriptorSP GetClassDescriptor(ValueObject &in_value) override;
137 ObjCLanguageRuntime::ClassDescriptorSP GetClassDescriptor(ObjCISA isa);
197 GetClassDescriptor(lldb::addr_t ptr) override;
227 GetClassDescriptor(lldb::addr_t ptr) override;
266 GetClassDescriptor(lldb::addr_t ptr) override;
H A DAppleObjCRuntimeV2.cpp691 auto descriptor_sp = tagged_ptr_vendor->GetClassDescriptor(arg_addr); in DoExecute()
1152 class_descriptor_sp = m_non_pointer_isa_cache_ap->GetClassDescriptor(isa); in GetClassDescriptorFromISA()
1159 AppleObjCRuntimeV2::GetClassDescriptor(ValueObject &valobj) { in GetClassDescriptor() function in AppleObjCRuntimeV2
1165 ClassDescriptorSP parent_descriptor_sp = GetClassDescriptor(*parent); in GetClassDescriptor()
1179 return m_tagged_pointer_vendor_ap->GetClassDescriptor(isa_pointer); in GetClassDescriptor()
2195 AppleObjCRuntimeV2::TaggedPointerVendorLegacy::GetClassDescriptor( in GetClassDescriptor() function in AppleObjCRuntimeV2::TaggedPointerVendorLegacy
2282 AppleObjCRuntimeV2::TaggedPointerVendorRuntimeAssisted::GetClassDescriptor( in GetClassDescriptor() function in AppleObjCRuntimeV2::TaggedPointerVendorRuntimeAssisted
2367 AppleObjCRuntimeV2::TaggedPointerVendorExtended::GetClassDescriptor( in GetClassDescriptor() function in AppleObjCRuntimeV2::TaggedPointerVendorExtended
2377 return this->TaggedPointerVendorRuntimeAssisted::GetClassDescriptor(ptr); in GetClassDescriptor()
2429 AppleObjCRuntimeV2::NonPointerISACache::GetClassDescriptor(ObjCISA isa) { in GetClassDescriptor() function in AppleObjCRuntimeV2::NonPointerISACache
H A DAppleObjCRuntimeV1.cpp53 auto class_descriptor(GetClassDescriptor(in_value)); in GetDynamicTypeAndAddress()
H A DAppleObjCRuntime.cpp475 auto descriptor = GetClassDescriptor(*cpp_exception.get()); in GetExceptionObjectForThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp54 runtime->GetClassDescriptor(valobj)); in NSBundleSummaryProvider()
104 runtime->GetClassDescriptor(valobj)); in NSTimeZoneSummaryProvider()
151 runtime->GetClassDescriptor(valobj)); in NSNotificationSummaryProvider()
198 runtime->GetClassDescriptor(valobj)); in NSMachPortSummaryProvider()
246 runtime->GetClassDescriptor(valobj)); in NSIndexSetSummaryProvider()
437 runtime->GetClassDescriptor(valobj)); in NSNumberSummaryProvider()
690 runtime->GetClassDescriptor(valobj)); in NSURLSummaryProvider()
812 runtime->GetClassDescriptor(valobj)); in NSDateSummaryProvider()
969 runtime->GetClassDescriptor(valobj)); in NSDataSummaryProvider()
H A DCF.cpp62 runtime->GetClassDescriptor(valobj)); in CFBagSummaryProvider()
126 runtime->GetClassDescriptor(valobj)); in CFBitVectorSummaryProvider()
250 runtime->GetClassDescriptor(valobj)); in CFBinaryHeapSummaryProvider()
H A DNSError.cpp198 runtime->GetClassDescriptor(*valobj_sp.get())); in NSErrorSyntheticFrontEndCreator()
H A DNSException.cpp190 runtime->GetClassDescriptor(*valobj_sp.get())); in NSExceptionSyntheticFrontEndCreator()
H A DNSSet.cpp247 runtime->GetClassDescriptor(valobj)); in NSSetSummaryProvider()
335 runtime->GetClassDescriptor(*valobj_sp)); in NSSetSyntheticFrontEndCreator()
H A DNSIndexPath.cpp80 runtime->GetClassDescriptor(m_backend)); in Update()
H A DNSArray.cpp361 runtime->GetClassDescriptor(valobj)); in NSArraySummaryProvider()
823 runtime->GetClassDescriptor(*valobj_sp)); in NSArraySyntheticFrontEndCreator()
H A DNSString.cpp71 runtime->GetClassDescriptor(valobj)); in NSStringSummaryProvider()
H A DNSDictionary.cpp373 runtime->GetClassDescriptor(valobj)); in NSDictionarySummaryProvider()
473 runtime->GetClassDescriptor(*valobj_sp)); in NSDictionarySyntheticFrontEndCreator()
H A DObjCLanguage.cpp905 runtime->GetClassDescriptor(valobj)); in GetPossibleFormattersMatches()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp238 ObjCLanguageRuntime::GetClassDescriptor(ValueObject &valobj) { in GetClassDescriptor() function in ObjCLanguageRuntime
263 GetClassDescriptor(valobj)); in GetNonKVOClassDescriptor()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h182 GetClassDescriptor(lldb::addr_t ptr) = 0;
199 virtual ClassDescriptorSP GetClassDescriptor(ValueObject &in_value);