Home
last modified time | relevance | path

Searched refs:ScratchTypeSystemClang (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp86 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget()); in NSError_SummaryProvider()
158 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget()); in Update()
H A DNSException.cpp72 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget()); in ExtractFields()
H A DNSArray.cpp462 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in NSArrayMSyntheticFrontEndBase()
608 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in GenericNSArrayISyntheticFrontEnd()
776 ScratchTypeSystemClang::GetForTarget(*m_backend.GetTargetSP()); in GetChildAtIndex()
H A DNSIndexPath.cpp56 auto ast = ScratchTypeSystemClang::GetForTarget( in Update()
H A DNSDictionary.cpp69 ScratchTypeSystemClang::GetForTarget(*target_sp); in GetLLDBNSPairType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp43 ScratchTypeSystemClang::GetForTarget(m_target); in GetRegisterType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp127 ScratchTypeSystemClang::GetForTarget(*target); in GetObjectDescription()
143 ScratchTypeSystemClang::GetForTarget(*target); in GetObjectDescription()
526 ScratchTypeSystemClang::GetForTarget(*exception_sp->GetTargetSP()); in GetBacktraceThreadFromException()
H A DAppleObjCTrampolineHandler.cpp419 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in RefreshTrampolines()
732 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in SetupDispatchFunction()
869 ScratchTypeSystemClang::GetForTarget(*target_sp); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntimeV2.cpp1783 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
1924 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
2035 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in UpdateISAToDescriptorMap()
2300 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in UpdateISAToDescriptorMap()
3438 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget()); in ObjCExceptionRecognizedStackFrame()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h382 return ScratchTypeSystemClang::GetForTarget(target, in GetScratchContext()
H A DClangASTSource.cpp81 lldb::TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in ~ClangASTSource()
82 *m_target, ScratchTypeSystemClang::DefaultAST, false); in ~ClangASTSource()
87 ScratchTypeSystemClang *default_scratch_ast = in ~ClangASTSource()
88 llvm::cast<ScratchTypeSystemClang>(scratch_ts_sp.get()); in ~ClangASTSource()
H A DASTResultSynthesizer.cpp463 lldb::TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in CommitPersistentDecls()
H A DClangExpressionDeclMap.cpp133 if (!ScratchTypeSystemClang::GetForTarget(*target)) in WillParse()
743 ScratchTypeSystemClang::GetForTarget(*target); in GetPersistentDecl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9448 char ScratchTypeSystemClang::ID;
9451 ScratchTypeSystemClang::ScratchTypeSystemClang(Target &target, in ScratchTypeSystemClang() function in ScratchTypeSystemClang
9464 void ScratchTypeSystemClang::Finalize() { in Finalize()
9470 ScratchTypeSystemClang::GetForTarget(Target &target, in GetForTarget()
9481 ScratchTypeSystemClang *scratch_ast = in GetForTarget()
9497 case ScratchTypeSystemClang::IsolatedASTKind::CppModules: in GetNameForIsolatedASTKind()
9525 UserExpression *ScratchTypeSystemClang::GetUserExpression( in GetUserExpression()
9537 FunctionCaller *ScratchTypeSystemClang::GetFunctionCaller( in GetFunctionCaller()
9565 ScratchTypeSystemClang::GetPersistentExpressionState() { in GetPersistentExpressionState()
9593 TypeSystemClang &ScratchTypeSystemClang::GetIsolatedAST( in GetIsolatedAST()
[all …]
H A DTypeSystemClang.h1207 class ScratchTypeSystemClang : public TypeSystemClang {
1212 ScratchTypeSystemClang(Target &target, llvm::Triple triple);
1214 ~ScratchTypeSystemClang() override = default;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp633 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in MakeLoadImageUtilityFunction()
882 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in DoLoadImage()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp626 ScratchTypeSystemClang::GetForTarget(m_process->GetTarget()); in GetExceptionObjectForThread()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp864 ScratchTypeSystemClang::GetForTarget(*valobj.GetTargetSP()); in LibcxxWStringSummaryProvider()