Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp87 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget()); in NSError_SummaryProvider()
159 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget()); in Update()
H A DNSException.cpp73 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget()); in ExtractFields()
H A DNSArray.cpp466 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in NSArrayMSyntheticFrontEndBase()
612 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in GenericNSArrayISyntheticFrontEnd()
780 ScratchTypeSystemClang::GetForTarget(*m_backend.GetTargetSP()); in GetChildAtIndex()
H A DNSIndexPath.cpp56 auto ast = ScratchTypeSystemClang::GetForTarget( in Update()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetPendingItemsHandler.cpp167 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in SetupGetPendingItemsFunction()
220 ScratchTypeSystemClang::GetForTarget(*target_sp); in GetPendingItems()
H A DAppleGetQueuesHandler.cpp184 ScratchTypeSystemClang::GetForTarget(thread.GetProcess()->GetTarget()); in SetupGetQueuesFunction()
225 ScratchTypeSystemClang::GetForTarget(*target_sp); in GetCurrentQueues()
H A DAppleGetThreadItemInfoHandler.cpp174 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in SetupGetThreadItemInfoFunction()
227 ScratchTypeSystemClang::GetForTarget(*target_sp); in GetThreadItemInfo()
H A DAppleGetItemInfoHandler.cpp225 ScratchTypeSystemClang::GetForTarget(*target_sp); in GetItemInfo()
H A DSystemRuntimeMacOSX.cpp418 ScratchTypeSystemClang::GetForTarget(m_process->GetTarget()); in ReadLibdispatchTSDIndexes()
/openbsd-src/gnu/llvm/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.cpp420 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in RefreshTrampolines()
733 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in SetupDispatchFunction()
870 ScratchTypeSystemClang::GetForTarget(*target_sp); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntimeV2.cpp1631 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
1772 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
1883 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in UpdateISAToDescriptorMap()
2148 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in UpdateISAToDescriptorMap()
3255 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget()); in ObjCExceptionRecognizedStackFrame()
/openbsd-src/gnu/llvm/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.cpp473 lldb::TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in CommitPersistentDecls()
H A DClangExpressionDeclMap.cpp134 if (!ScratchTypeSystemClang::GetForTarget(*target)) in WillParse()
748 ScratchTypeSystemClang::GetForTarget(*target); in GetPersistentDecl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp345 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in DoLoadImage()
689 ScratchTypeSystemClang::GetForTarget(target); in MakeLoadImageUtilityFunction()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp612 return std::make_shared<ScratchTypeSystemClang>(*target, triple); in CreateInstance()
9924 char ScratchTypeSystemClang::ID;
9925 const std::nullopt_t ScratchTypeSystemClang::DefaultAST = std::nullopt;
9927 ScratchTypeSystemClang::ScratchTypeSystemClang(Target &target, in ScratchTypeSystemClang() function in ScratchTypeSystemClang
9940 void ScratchTypeSystemClang::Finalize() { in Finalize()
9946 ScratchTypeSystemClang::GetForTarget(Target &target, in GetForTarget()
9957 ScratchTypeSystemClang *scratch_ast = in GetForTarget()
9958 llvm::dyn_cast_or_null<ScratchTypeSystemClang>(ts_sp.get()); in GetForTarget()
9971 GetNameForIsolatedASTKind(ScratchTypeSystemClang::IsolatedASTKind kind) { in GetNameForIsolatedASTKind()
9973 case ScratchTypeSystemClang::IsolatedASTKind::CppModules: in GetNameForIsolatedASTKind()
[all …]
H A DTypeSystemClang.h1141 class ScratchTypeSystemClang : public TypeSystemClang {
1146 ScratchTypeSystemClang(Target &target, llvm::Triple triple);
1148 ~ScratchTypeSystemClang() override = default;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp631 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in MakeLoadImageUtilityFunction()
880 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in DoLoadImage()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp264 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in NotifyBreakpointHit()
H A DDynamicLoaderMacOSXDYLD.cpp361 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in NotifyBreakpointHit()
H A DDynamicLoaderDarwin.cpp1116 ScratchTypeSystemClang::GetForTarget(target); in GetThreadLocalData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp529 ScratchTypeSystemClang::GetForTarget(m_process->GetTarget()); in GetExceptionObjectForThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp857 ScratchTypeSystemClang::GetForTarget(*valobj.GetTargetSP()); in LibcxxWStringSummaryProvider()

12