Home
last modified time | relevance | path

Searched refs:ScratchTypeSystemClang (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 DClangASTSource.cpp80 TypeSystemClang *scratch_ast = ScratchTypeSystemClang::GetForTarget( in ~ClangASTSource()
81 *m_target, ScratchTypeSystemClang::DefaultAST, false); in ~ClangASTSource()
86 ScratchTypeSystemClang *default_scratch_ast = in ~ClangASTSource()
87 llvm::cast<ScratchTypeSystemClang>(scratch_ast); in ~ClangASTSource()
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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1111 class ScratchTypeSystemClang : public TypeSystemClang {
1116 ScratchTypeSystemClang(Target &target, llvm::Triple triple);
1118 ~ScratchTypeSystemClang() override = default;
H A DTypeSystemClang.cpp9721 char ScratchTypeSystemClang::ID;
9724 ScratchTypeSystemClang::ScratchTypeSystemClang(Target &target, in ScratchTypeSystemClang() function in ScratchTypeSystemClang
9737 void ScratchTypeSystemClang::Finalize() { in Finalize()
9743 ScratchTypeSystemClang::GetForTarget(Target &target, in GetForTarget()
9753 ScratchTypeSystemClang &scratch_ast = in GetForTarget()
9762 UserExpression *ScratchTypeSystemClang::GetUserExpression( in GetUserExpression()
9774 FunctionCaller *ScratchTypeSystemClang::GetFunctionCaller( in GetFunctionCaller()
9802 ScratchTypeSystemClang::GetPersistentExpressionState() { in GetPersistentExpressionState()
9824 case ScratchTypeSystemClang::IsolatedASTKind::CppModules: in GetSpecializedASTName()
9830 TypeSystemClang &ScratchTypeSystemClang::GetIsolatedAST( in GetIsolatedAST()
[all …]
/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()