Home
last modified time | relevance | path

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

/freebsd/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 DNSArray.cpp462 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in NSArrayMSyntheticFrontEndBase()
607 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in GenericNSArrayISyntheticFrontEnd()
778 ScratchTypeSystemClang::GetForTarget(*m_backend.GetTargetSP()); in GetChildAtIndex()
H A DNSException.cpp72 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget()); in ExtractFields()
H A DNSIndexPath.cpp58 auto ast = ScratchTypeSystemClang::GetForTarget( in Update()
H A DNSDictionary.cpp69 ScratchTypeSystemClang::GetForTarget(*target_sp); in GetLLDBNSPairType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp130 ScratchTypeSystemClang::GetForTarget(*target); in GetObjectDescription()
147 ScratchTypeSystemClang::GetForTarget(*target); in GetObjectDescription()
532 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.cpp1759 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
1900 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
2011 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in UpdateISAToDescriptorMap()
2276 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in UpdateISAToDescriptorMap()
3414 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget()); in ObjCExceptionRecognizedStackFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp43 ScratchTypeSystemClang::GetForTarget(m_target); in GetRegisterType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp80 lldb::TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in ~ClangASTSource()
81 *m_target, ScratchTypeSystemClang::DefaultAST, false); in ~ClangASTSource()
86 ScratchTypeSystemClang *default_scratch_ast = in ~ClangASTSource()
87 llvm::cast<ScratchTypeSystemClang>(scratch_ts_sp.get()); in ~ClangASTSource()
H A DClangExpressionDeclMap.h382 return ScratchTypeSystemClang::GetForTarget(target, in GetScratchContext()
H A DASTResultSynthesizer.cpp463 lldb::TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in CommitPersistentDecls()
H A DClangExpressionDeclMap.cpp133 if (!ScratchTypeSystemClang::GetForTarget(*target)) in WillParse()
742 ScratchTypeSystemClang::GetForTarget(*target); in GetPersistentDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp556 return std::make_shared<ScratchTypeSystemClang>(*target, triple); in CreateInstance()
9662 char ScratchTypeSystemClang::ID;
9663 const std::nullopt_t ScratchTypeSystemClang::DefaultAST = std::nullopt;
9665 ScratchTypeSystemClang::ScratchTypeSystemClang(Target &target, in ScratchTypeSystemClang() function in ScratchTypeSystemClang
9678 void ScratchTypeSystemClang::Finalize() { in Finalize()
9684 ScratchTypeSystemClang::GetForTarget(Target &target, in GetForTarget()
9695 ScratchTypeSystemClang *scratch_ast = in GetForTarget()
9696 llvm::dyn_cast_or_null<ScratchTypeSystemClang>(ts_sp.get()); in GetForTarget()
9709 GetNameForIsolatedASTKind(ScratchTypeSystemClang::IsolatedASTKind kind) { in GetNameForIsolatedASTKind()
9711 case ScratchTypeSystemClang::IsolatedASTKind::CppModules: in GetNameForIsolatedASTKind()
[all …]
H A DTypeSystemClang.h1234 class ScratchTypeSystemClang : public TypeSystemClang {
1239 ScratchTypeSystemClang(Target &target, llvm::Triple triple);
1241 ~ScratchTypeSystemClang() override = default;
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp614 ScratchTypeSystemClang::GetForTarget(m_process->GetTarget()); in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp530 ScratchTypeSystemClang::GetForTarget(*valobj.GetTargetSP()); in LibcxxWStringSummaryProvider()