Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp90 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget()) in NSError_SummaryProvider()
159 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget()) in Update()
H A DNSArray.cpp444 auto *clang_ast_context = ScratchTypeSystemClang::GetForTarget( in NSArrayMSyntheticFrontEndBase()
592 auto *clang_ast_context = ScratchTypeSystemClang::GetForTarget( in GenericNSArrayISyntheticFrontEnd()
761 ScratchTypeSystemClang::GetForTarget(*m_backend.GetTargetSP()); in GetChildAtIndex()
H A DNSException.cpp73 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget()); in ExtractFields()
H A DNSIndexPath.cpp56 TypeSystemClang *ast = ScratchTypeSystemClang::GetForTarget( in Update()
H A DNSString.cpp37 TypeSystemClang *ast_ctx = ScratchTypeSystemClang::GetForTarget(target); in GetNSPathStore2Type()
H A DNSDictionary.cpp70 ScratchTypeSystemClang::GetForTarget(*target_sp); in GetLLDBNSPairType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp126 ScratchTypeSystemClang::GetForTarget(*target); in GetObjectDescription()
141 TypeSystemClang *ast_context = ScratchTypeSystemClang::GetForTarget(*target); in GetObjectDescription()
524 ScratchTypeSystemClang::GetForTarget(*exception_sp->GetTargetSP()); in GetBacktraceThreadFromException()
H A DAppleObjCTrampolineHandler.cpp520 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in RefreshTrampolines()
826 TypeSystemClang *clang_ast_context = ScratchTypeSystemClang::GetForTarget( in SetupDispatchFunction()
931 ScratchTypeSystemClang::GetForTarget(*target_sp); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntimeV2.cpp1537 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
1643 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
1751 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in UpdateISAToDescriptorMap()
1980 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in UpdateISAToDescriptorMap()
3016 ScratchTypeSystemClang::GetForTarget(process_sp->GetTarget()); in ObjCExceptionRecognizedStackFrame()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h383 return ScratchTypeSystemClang::GetForTarget(target, in GetScratchContext()
H A DASTResultSynthesizer.cpp447 TypeSystemClang *scratch_ctx = ScratchTypeSystemClang::GetForTarget( in CommitPersistentDecls()
H A DClangExpressionDeclMap.cpp113 if (!ScratchTypeSystemClang::GetForTarget(*target)) in WillParse()
724 ScratchTypeSystemClang::GetForTarget(*target); in GetPersistentDecl()
H A DClangASTSource.cpp80 TypeSystemClang *scratch_ast = ScratchTypeSystemClang::GetForTarget( in ~ClangASTSource()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1160 GetForTarget(Target &target,
1171 static TypeSystemClang *GetForTarget(Target &target, in GetForTarget() function
1173 return GetForTarget(target, InferIsolatedASTKindFromLangOpts(lang_opts)); in GetForTarget()
H A DTypeSystemClang.cpp9743 ScratchTypeSystemClang::GetForTarget(Target &target, in GetForTarget() function in ScratchTypeSystemClang
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp662 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in MakeLoadImageUtilityFunction()
907 ScratchTypeSystemClang::GetForTarget(process->GetTarget()); in DoLoadImage()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp539 ScratchTypeSystemClang::GetForTarget(m_process->GetTarget()); in GetExceptionObjectForThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp680 ScratchTypeSystemClang::GetForTarget(*valobj.GetTargetSP()); in LibcxxWStringSummaryProvider()