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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp43 ScratchTypeSystemClang::GetForTarget(m_target);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp86 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget());
158 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget());
H A DNSIndexPath.cpp56 auto ast = ScratchTypeSystemClang::GetForTarget(
H A DNSException.cpp72 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget());
H A DNSArray.cpp462 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget(
608 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget(
776 ScratchTypeSystemClang::GetForTarget(*m_backend.GetTargetSP());
H A DNSDictionary.cpp69 ScratchTypeSystemClang::GetForTarget(*target_sp);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp127 ScratchTypeSystemClang::GetForTarget(*target);
143 ScratchTypeSystemClang::GetForTarget(*target);
526 ScratchTypeSystemClang::GetForTarget(*exception_sp->GetTargetSP());
H A DAppleObjCTrampolineHandler.cpp419 ScratchTypeSystemClang::GetForTarget(process->GetTarget());
732 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget(
869 ScratchTypeSystemClang::GetForTarget(*target_sp);
H A DAppleObjCRuntimeV2.cpp1783 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef());
1924 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef());
2035 ScratchTypeSystemClang::GetForTarget(process->GetTarget());
2300 ScratchTypeSystemClang::GetForTarget(process->GetTarget());
3438 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h382 return ScratchTypeSystemClang::GetForTarget(target,
H A DASTResultSynthesizer.cpp463 lldb::TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget(
H A DClangASTSource.cpp81 lldb::TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget(
82 *m_target, ScratchTypeSystemClang::DefaultAST, false);
87 ScratchTypeSystemClang *default_scratch_ast =
88 llvm::cast<ScratchTypeSystemClang>(scratch_ts_sp.get());
H A DClangExpressionDeclMap.cpp133 if (!ScratchTypeSystemClang::GetForTarget(*target))
743 ScratchTypeSystemClang::GetForTarget(*target);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1207 class ScratchTypeSystemClang : public TypeSystemClang { class in namespace:lldb_private
1212 ScratchTypeSystemClang(Target &target, llvm::Triple triple);
1214 ~ScratchTypeSystemClang() override = default;
H A DTypeSystemClang.cpp616 return std::make_shared<ScratchTypeSystemClang>(*target, triple);
9422 /// A specialized scratch AST used within ScratchTypeSystemClang.
9424 /// like a normal ScratchTypeSystemClang but they don't own their own
9448 char ScratchTypeSystemClang::ID;
9449 const std::nullopt_t ScratchTypeSystemClang::DefaultAST = std::nullopt;
9451 ScratchTypeSystemClang::ScratchTypeSystemClang(Target &target, function in class:ScratchTypeSystemClang
9464 void ScratchTypeSystemClang::Finalize() {
9470 ScratchTypeSystemClang::GetForTarget(Target &target,
9481 ScratchTypeSystemClang *scratch_as
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp633 ScratchTypeSystemClang::GetForTarget(process->GetTarget());
882 ScratchTypeSystemClang::GetForTarget(process->GetTarget());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp626 ScratchTypeSystemClang::GetForTarget(m_process->GetTarget());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp864 ScratchTypeSystemClang::GetForTarget(*valobj.GetTargetSP());

Completed in 299 milliseconds