Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp85 TypeSystemClangSP scratch_ts_sp = in NSError_SummaryProvider() local
88 if (!scratch_ts_sp) in NSError_SummaryProvider()
93 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()); in NSError_SummaryProvider()
157 TypeSystemClangSP scratch_ts_sp = in Update() local
159 if (!scratch_ts_sp) in Update()
164 scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in Update()
H A DNSArray.cpp462 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in NSArrayMSyntheticFrontEndBase() local
464 if (scratch_ts_sp) in NSArrayMSyntheticFrontEndBase()
466 scratch_ts_sp->weak_from_this(), in NSArrayMSyntheticFrontEndBase()
467 scratch_ts_sp->getASTContext().ObjCBuiltinIdTy.getAsOpaquePtr()); in NSArrayMSyntheticFrontEndBase()
607 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in GenericNSArrayISyntheticFrontEnd() local
609 if (scratch_ts_sp) in GenericNSArrayISyntheticFrontEnd()
610 m_id_type = scratch_ts_sp->GetType( in GenericNSArrayISyntheticFrontEnd()
611 scratch_ts_sp->getASTContext().ObjCBuiltinIdTy); in GenericNSArrayISyntheticFrontEnd()
777 TypeSystemClangSP scratch_ts_sp = in GetChildAtIndex() local
779 if (scratch_ts_sp) { in GetChildAtIndex()
[all …]
H A DNSException.cpp71 TypeSystemClangSP scratch_ts_sp = in ExtractFields() local
73 if (!scratch_ts_sp) in ExtractFields()
77 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
H A DNSDictionary.cpp68 TypeSystemClangSP scratch_ts_sp = in GetLLDBNSPairType() local
71 if (!scratch_ts_sp) in GetLLDBNSPairType()
76 compiler_type = scratch_ts_sp->GetTypeForIdentifier<clang::CXXRecordDecl>(g_lldb_autogen_nspair); in GetLLDBNSPairType()
79 compiler_type = scratch_ts_sp->CreateRecordType( in GetLLDBNSPairType()
87 scratch_ts_sp->GetBasicType(eBasicTypeObjCID); in GetLLDBNSPairType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp129 TypeSystemClangSP scratch_ts_sp = in GetObjectDescription() local
131 if (!scratch_ts_sp) in GetObjectDescription()
134 CompilerType opaque_type = scratch_ts_sp->GetBasicType(eBasicTypeObjCID); in GetObjectDescription()
137 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
146 TypeSystemClangSP scratch_ts_sp = in GetObjectDescription() local
148 if (!scratch_ts_sp) in GetObjectDescription()
151 CompilerType return_compiler_type = scratch_ts_sp->GetCStringType(true); in GetObjectDescription()
531 TypeSystemClangSP scratch_ts_sp = in GetBacktraceThreadFromException() local
533 if (!scratch_ts_sp) in GetBacktraceThreadFromException()
535 CompilerType objc_id = scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID); in GetBacktraceThreadFromException()
H A DAppleObjCTrampolineHandler.cpp418 TypeSystemClangSP scratch_ts_sp = in RefreshTrampolines()
420 if (!scratch_ts_sp) in RefreshTrampolines()
426 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in RefreshTrampolines()
732 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in SetupDispatchFunction()
734 if (!scratch_ts_sp) in SetupDispatchFunction()
738 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupDispatchFunction()
868 TypeSystemClangSP scratch_ts_sp = in GetStepThroughDispatchPlan()
870 if (!scratch_ts_sp) in GetStepThroughDispatchPlan()
876 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetStepThroughDispatchPlan()
1091 scratch_ts_sp in GetStepThroughDispatchPlan()
419 TypeSystemClangSP scratch_ts_sp = RefreshTrampolines() local
733 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( SetupDispatchFunction() local
869 TypeSystemClangSP scratch_ts_sp = GetStepThroughDispatchPlan() local
[all...]
H A DAppleObjCRuntimeV2.cpp1758 TypeSystemClangSP scratch_ts_sp = in GetClassInfoUtilityFunctionImpl() local
1760 if (!scratch_ts_sp) in GetClassInfoUtilityFunctionImpl()
1774 scratch_ts_sp->GetBuiltinTypeForEncodingAndBitSize(eEncodingUint, 32); in GetClassInfoUtilityFunctionImpl()
1776 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl()
1899 TypeSystemClangSP scratch_ts_sp = in GetClassInfoUtilityFunctionImpl() local
1901 if (!scratch_ts_sp) in GetClassInfoUtilityFunctionImpl()
1939 scratch_ts_sp->GetBuiltinTypeForEncodingAndBitSize(eEncodingUint, 32); in GetClassInfoUtilityFunctionImpl()
1941 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl()
1943 scratch_ts_sp->GetBuiltinTypeForEncodingAndBitSize(eEncodingUint, 64) in GetClassInfoUtilityFunctionImpl()
2010 TypeSystemClangSP scratch_ts_sp = in UpdateISAToDescriptorMap() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp632 TypeSystemClangSP scratch_ts_sp = in MakeLoadImageUtilityFunction() local
634 if (!scratch_ts_sp) in MakeLoadImageUtilityFunction()
638 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction()
640 scratch_ts_sp->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction()
881 TypeSystemClangSP scratch_ts_sp = in DoLoadImage() local
883 if (!scratch_ts_sp) { in DoLoadImage()
889 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp463 lldb::TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in CommitPersistentDecls() local
470 &scratch_ts_sp->getASTContext(), decl); in CommitPersistentDecls()
489 NamedDecl_scratch, scratch_ts_sp); in CommitPersistentDecls()
H A DClangASTSource.cpp80 lldb::TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in ~ClangASTSource() local
83 if (!scratch_ts_sp) in ~ClangASTSource()
87 llvm::cast<ScratchTypeSystemClang>(scratch_ts_sp.get()); in ~ClangASTSource()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp613 TypeSystemClangSP scratch_ts_sp = in GetExceptionObjectForThread() local
615 if (!scratch_ts_sp) in GetExceptionObjectForThread()
619 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp529 TypeSystemClangSP scratch_ts_sp = in LibcxxWStringSummaryProvider() local
531 if (!scratch_ts_sp) in LibcxxWStringSummaryProvider()
535 scratch_ts_sp->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in LibcxxWStringSummaryProvider()