Home
last modified time | relevance | path

Searched refs:ScratchTypeSystemClang (Results 1 – 17 of 17) 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.cpp456 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in NSArrayMSyntheticFrontEndBase()
600 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in GenericNSArrayISyntheticFrontEnd()
765 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.cpp1775 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
1916 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
2027 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in UpdateISAToDescriptorMap()
2292 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in UpdateISAToDescriptorMap()
3441 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.cpp455 lldb::TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in CommitPersistentDecls()
H A DClangExpressionDeclMap.cpp134 if (!ScratchTypeSystemClang::GetForTarget(*target)) in WillParse()
743 ScratchTypeSystemClang::GetForTarget(*target); in GetPersistentDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp557 return std::make_shared<ScratchTypeSystemClang>(*target, triple); in CreateInstance()
9587 char ScratchTypeSystemClang::ID;
9588 const std::nullopt_t ScratchTypeSystemClang::DefaultAST = std::nullopt;
9590 ScratchTypeSystemClang::ScratchTypeSystemClang(Target &target, in ScratchTypeSystemClang() function in ScratchTypeSystemClang
9603 void ScratchTypeSystemClang::Finalize() { in Finalize()
9609 ScratchTypeSystemClang::GetForTarget(Target &target, in GetForTarget()
9620 ScratchTypeSystemClang *scratch_ast = in GetForTarget()
9621 llvm::dyn_cast_or_null<ScratchTypeSystemClang>(ts_sp.get()); in GetForTarget()
9634 GetNameForIsolatedASTKind(ScratchTypeSystemClang::IsolatedASTKind kind) { in GetNameForIsolatedASTKind()
9636 case ScratchTypeSystemClang::IsolatedASTKind::CppModules: in GetNameForIsolatedASTKind()
[all …]
H A DTypeSystemClang.h1259 class ScratchTypeSystemClang : public TypeSystemClang {
1264 ScratchTypeSystemClang(Target &target, llvm::Triple triple);
1266 ~ScratchTypeSystemClang() override = default;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp641 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in MakeLoadImageUtilityFunction()
893 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in DoLoadImage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp610 ScratchTypeSystemClang::GetForTarget(m_process->GetTarget()); in GetExceptionObjectForThread()