Home
last modified time | relevance | path

Searched refs:GetForTarget (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 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()
H A DClangASTSource.cpp80 lldb::TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in ~ClangASTSource()
/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/TypeSystem/Clang/
H A DTypeSystemClang.h1283 GetForTarget(Target &target,
1295 GetForTarget(Target &target, const clang::LangOptions &lang_opts) { in GetForTarget() function
1296 return GetForTarget(target, InferIsolatedASTKindFromLangOpts(lang_opts)); in GetForTarget()
H A DTypeSystemClang.cpp9684 ScratchTypeSystemClang::GetForTarget(Target &target, in GetForTarget() function in ScratchTypeSystemClang
/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()