Home
last modified time | relevance | path

Searched refs:CrashInfo (Results 1 – 24 of 24) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDJob.cpp208 CrashReportInfo *CrashInfo) const { in Print()
223 bool HaveCrashVFS = CrashInfo && !CrashInfo->VFSPath.empty(); in Print()
227 if (CrashInfo) { in Print()
256 StringRef ShortName = llvm::sys::path::filename(CrashInfo->Filename); in Print()
266 if (CrashInfo && HaveCrashVFS) { in Print()
270 llvm::sys::printArg(OS, CrashInfo->VFSPath.str(), Quote); in Print()
278 llvm::sys::path::parent_path(CrashInfo->VFSPath)); in Print()
404 CrashReportInfo *CrashInfo) const { in Print()
407 Command::Print(OS, Terminator, Quote, CrashInfo); in Print()
454 CrashReportInfo *CrashInfo) const { in Print()
[all …]
HDDriver.cpp263 llvm::PrettyStackTraceString CrashInfo("Command line argument parsing"); in ParseArgStrings() local
1205 llvm::PrettyStackTraceString CrashInfo("Compilation construction"); in BuildCompilation() local
1850 CrashReportInfo CrashInfo(TempFiles[0], VFS); in generateCompilationDiagnostics() local
1852 llvm::SmallString<128> Script(CrashInfo.Filename); in generateCompilationDiagnostics()
1867 Cmd.Print(ScriptOS, "\n", /*Quote=*/true, &CrashInfo); in generateCompilationDiagnostics()
2462 llvm::PrettyStackTraceString CrashInfo("Building universal build actions"); in BuildUniversalActions() local
4114 llvm::PrettyStackTraceString CrashInfo("Building compilation actions"); in BuildActions() local
4754 llvm::PrettyStackTraceString CrashInfo("Constructing phase actions"); in ConstructPhaseAction() local
4896 llvm::PrettyStackTraceString CrashInfo("Building compilation jobs"); in BuildJobs() local
5486 llvm::PrettyStackTraceString CrashInfo("Building compilation jobs"); in BuildJobsForActionNoCache() local
[all …]
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDJob.h183 CrashReportInfo *CrashInfo = nullptr) const;
253 CrashReportInfo *CrashInfo = nullptr) const override;
274 bool Quote, CrashReportInfo *CrashInfo = nullptr) const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseAST.cpp138 PrettyStackTraceParserEntry CrashInfo(P); in ParseAST() local
HDParseStmt.cpp1181 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), in ParseCompoundStatementBody() local
2517 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, Decl, LBraceLoc, in ParseFunctionStatementBody() local
2551 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, Decl, TryLoc, in ParseFunctionTryBlock() local
HDParseDeclCXX.cpp244 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, NamespcDecl, in ParseNamespace() local
3657 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, TagDecl, RecordLoc, in ParseCXXMemberSpecification() local
HDParseExpr.cpp3781 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), CaretLoc, in ParseBlockLiteralExpression() local
HDParseExprCXX.cpp1352 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), LambdaBeginLoc, in ParseLambdaExpressionAfterIntroducer() local
HDParseObjc.cpp2759 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, MDecl, Tok.getLocation(), in ParseObjCMethodDefinition() local
HDParseDecl.cpp5072 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, TagDecl, RecordLoc, in ParseStructUnionBody() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenAction.cpp188 PrettyStackTraceDecl CrashInfo(*D.begin(), SourceLocation(), in HandleTopLevelDecl() local
211 PrettyStackTraceDecl CrashInfo(D, SourceLocation(), in HandleInlineFunctionDefinition() local
269 PrettyStackTraceString CrashInfo("Per-file LLVM IR generation"); in HandleTranslationUnit() local
365 PrettyStackTraceDecl CrashInfo(D, SourceLocation(), in HandleTagDeclDefinition() local
HDBackendUtil.cpp1112 PrettyStackTraceString CrashInfo("Optimizer"); in RunOptimizationPipeline() local
1155 PrettyStackTraceString CrashInfo("Code generation"); in RunCodegenPipeline() local
HDCGStmt.cpp504 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), in EmitCompoundStmt() local
HDCodeGenModule.cpp4118 PrettyStackTraceDecl CrashInfo(const_cast<ValueDecl *>(D), D->getLocation(), in EmitGlobalDefinition() local
HDCGStmtOpenMP.cpp1875 PrettyStackTraceLoc CrashInfo( in emitBody() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDTypeErasedDataflowAnalysis.cpp421 PrettyStackTraceCFGElement CrashInfo(Element, Block.getBlockID(), local
478 PrettyStackTraceAnalysis CrashInfo(ACFG, "runTypeErasedDataflowAnalysis"); in runTypeErasedDataflowAnalysis() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp962 PrettyStackTraceLocationContext CrashInfo(getRootLocationContext()); in processEndWorklist() local
968 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in processCFGElement() local
1113 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessStmt() local
1140 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessLoopExit() local
1163 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessInitializer() local
1714 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in Visit() local
2505 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in processCFGBlockEntrance() local
2778 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in processBranch() local
2838 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
2963 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in processEndOfFunction() local
HDExprEngineCXX.cpp906 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in VisitCXXDestructor() local
928 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in VisitCXXNewAllocatorCall() local
HDExprEngineCallAndReturn.cpp48 PrettyStackTraceLocationContext CrashInfo(calleeCtx); in processCallEnter() local
256 PrettyStackTraceLocationContext CrashInfo(CEBNode->getLocationContext()); in processCallExit() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp3454 PrettyDeclStackTraceEntry CrashInfo(Context, Instantiation, SourceLocation(), in InstantiateClass() local
3684 PrettyDeclStackTraceEntry CrashInfo(Context, Instantiation, SourceLocation(), in InstantiateEnum() local
3746 PrettyDeclStackTraceEntry CrashInfo(Context, Instantiation, SourceLocation(), in InstantiateInClassInitializer() local
HDSemaTemplateInstantiateDecl.cpp5035 PrettyDeclStackTraceEntry CrashInfo(Context, Function, SourceLocation(), in InstantiateFunctionDefinition() local
5527 PrettyDeclStackTraceEntry CrashInfo(Context, Var, SourceLocation(), in InstantiateVariableDefinition() local
5630 PrettyDeclStackTraceEntry CrashInfo(Context, Var, SourceLocation(), in InstantiateVariableDefinition() local
6453 PrettyDeclStackTraceEntry CrashInfo(Context, Var, SourceLocation(), in PerformPendingInstantiations() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp2801 PrettyDeclStackTraceEntry CrashInfo(Context, D, SourceLocation(), in WriteDecl() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDMicrosoftMangle.cpp3648 PrettyStackTraceDecl CrashInfo(D, SourceLocation(), in mangleCXXName() local
HDItaniumMangle.cpp7022 PrettyStackTraceDecl CrashInfo(D, SourceLocation(), in mangleCXXName() local