Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h69 ClassDescriptorSP GetClassDescriptor(ValueObject &in_value) override;
138 ObjCLanguageRuntime::ClassDescriptorSP GetClassDescriptor(ObjCISA isa);
201 GetClassDescriptor(lldb::addr_t ptr) override;
234 GetClassDescriptor(lldb::addr_t ptr) override;
275 GetClassDescriptor(lldb::addr_t ptr) override;
H A DAppleObjCRuntimeV2.cpp1068 auto descriptor_sp = tagged_ptr_vendor->GetClassDescriptor(arg_addr); in DoExecute()
1505 class_descriptor_sp = non_pointer_isa_cache->GetClassDescriptor(isa); in GetClassDescriptorFromISA()
1512 AppleObjCRuntimeV2::GetClassDescriptor(ValueObject &valobj) { in GetClassDescriptor() function in AppleObjCRuntimeV2
1518 ClassDescriptorSP parent_descriptor_sp = GetClassDescriptor(*parent); in GetClassDescriptor()
1533 return m_tagged_pointer_vendor_up->GetClassDescriptor(isa_pointer); in GetClassDescriptor()
2809 AppleObjCRuntimeV2::TaggedPointerVendorLegacy::GetClassDescriptor( in GetClassDescriptor() function in AppleObjCRuntimeV2::TaggedPointerVendorLegacy
2896 AppleObjCRuntimeV2::TaggedPointerVendorRuntimeAssisted::GetClassDescriptor( in GetClassDescriptor() function in AppleObjCRuntimeV2::TaggedPointerVendorRuntimeAssisted
2989 AppleObjCRuntimeV2::TaggedPointerVendorExtended::GetClassDescriptor( in GetClassDescriptor() function in AppleObjCRuntimeV2::TaggedPointerVendorExtended
2998 return this->TaggedPointerVendorRuntimeAssisted::GetClassDescriptor(ptr); in GetClassDescriptor()
3054 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.cpp490 auto descriptor = GetClassDescriptor(*cpp_exception); in GetExceptionObjectForThread()
/openbsd-src/gnu/llvm/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.cpp52 runtime->GetClassDescriptor(valobj)); in NSBundleSummaryProvider()
103 runtime->GetClassDescriptor(valobj)); in NSTimeZoneSummaryProvider()
152 runtime->GetClassDescriptor(valobj)); in NSNotificationSummaryProvider()
201 runtime->GetClassDescriptor(valobj)); in NSMachPortSummaryProvider()
247 runtime->GetClassDescriptor(valobj)); in NSIndexSetSummaryProvider()
437 runtime->GetClassDescriptor(valobj)); in NSNumberSummaryProvider()
778 runtime->GetClassDescriptor(valobj)); in NSURLSummaryProvider()
904 runtime->GetClassDescriptor(valobj)); in NSDateSummaryProvider()
1064 runtime->GetClassDescriptor(valobj)); in NSDataSummaryProvider()
H A DNSException.cpp188 runtime->GetClassDescriptor(*valobj_sp.get())); in NSExceptionSyntheticFrontEndCreator()
H A DNSError.cpp200 runtime->GetClassDescriptor(*valobj_sp.get())); in NSErrorSyntheticFrontEndCreator()
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.cpp349 runtime->GetClassDescriptor(valobj)); in NSArraySummaryProvider()
816 runtime->GetClassDescriptor(*valobj_sp)); in NSArraySyntheticFrontEndCreator()
H A DNSString.cpp48 runtime->GetClassDescriptor(valobj)); in NSStringSummaryProvider()
H A DObjCLanguage.cpp959 runtime->GetClassDescriptor(valobj)); in GetPossibleFormattersMatches()
H A DNSDictionary.cpp540 runtime->GetClassDescriptor(*valobj_sp)); in NSDictionarySyntheticFrontEndCreator()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h193 GetClassDescriptor(lldb::addr_t ptr) = 0;
226 virtual ClassDescriptorSP GetClassDescriptor(ValueObject &in_value);
H A DObjCLanguageRuntime.cpp259 ObjCLanguageRuntime::GetClassDescriptor(ValueObject &valobj) { in GetClassDescriptor() function in ObjCLanguageRuntime
284 GetClassDescriptor(valobj)); in GetNonKVOClassDescriptor()