Searched refs:CrashInfo (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp199 CrashReportInfo *CrashInfo) const {
211 bool HaveCrashVFS = CrashInfo && !CrashInfo->VFSPath.empty();
215 if (CrashInfo) {
243 StringRef ShortName = llvm::sys::path::filename(CrashInfo->Filename);
253 if (CrashInfo && HaveCrashVFS) {
257 llvm::sys::printArg(OS, CrashInfo->VFSPath.str(), Quote);
265 llvm::sys::path::parent_path(CrashInfo->VFSPath));
366 CrashReportInfo *CrashInfo) const {
369 Command::Print(OS, Terminator, Quote, CrashInfo);
[all...]
H A DDriver.cpp199 llvm::PrettyStackTraceString CrashInfo("Command line argument parsing");
976 llvm::PrettyStackTraceString CrashInfo("Compilation construction");
1424 CrashReportInfo CrashInfo(TempFiles[0], VFS);
1426 llvm::SmallString<128> Script(CrashInfo.Filename);
1439 Cmd.Print(ScriptOS, "\n", /*Quote=*/true, &CrashInfo);
1972 llvm::PrettyStackTraceString CrashInfo("Building universal build actions");
3421 llvm::PrettyStackTraceString CrashInfo("Building compilation actions");
3663 llvm::PrettyStackTraceString CrashInfo("Constructing phase actions");
3766 llvm::PrettyStackTraceString CrashInfo("Building compilation jobs");
4221 llvm::PrettyStackTraceString CrashInfo("Buildin
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h169 CrashReportInfo *CrashInfo = nullptr) const;
218 CrashReportInfo *CrashInfo = nullptr) const override;
237 CrashReportInfo *CrashInfo = nullptr) const override;
256 CrashReportInfo *CrashInfo = nullptr) const override;
275 bool Quote, CrashReportInfo *CrashInfo = nullptr) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp137 PrettyStackTraceParserEntry CrashInfo(P);
H A DParseStmt.cpp1023 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(),
2225 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, Decl, LBraceLoc,
2258 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, Decl, TryLoc,
H A DParseDeclCXX.cpp219 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, NamespcDecl,
3191 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, TagDecl, RecordLoc,
H A DParseExpr.cpp3488 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), CaretLoc,
H A DParseExprCXX.cpp1226 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), LambdaBeginLoc,
H A DParseObjc.cpp2690 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, MDecl, Tok.getLocation(),
H A DParseDecl.cpp4111 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, TagDecl, RecordLoc,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp203 PrettyStackTraceDecl CrashInfo(*D.begin(), SourceLocation(), variable
226 PrettyStackTraceDecl CrashInfo(D, SourceLocation(),
276 PrettyStackTraceString CrashInfo("Per-file LLVM IR generation");
348 PrettyStackTraceDecl CrashInfo(D, SourceLocation(),
H A DBackendUtil.cpp947 PrettyStackTraceString CrashInfo("Per-function optimization");
958 PrettyStackTraceString CrashInfo("Per-module optimization passes");
964 PrettyStackTraceString CrashInfo("Code generation");
1448 PrettyStackTraceString CrashInfo("Optimizer");
1454 PrettyStackTraceString CrashInfo("Code generation");
H A DCGStmt.cpp398 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(),
H A DCodeGenModule.cpp2854 PrettyStackTraceDecl CrashInfo(const_cast<ValueDecl *>(D), D->getLocation(),
H A DCGStmtOpenMP.cpp1753 PrettyStackTraceLoc CrashInfo(
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp629 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext());
773 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),
800 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),
823 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),
1204 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),
1957 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext());
2156 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),
2236 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext());
2361 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext());
H A DExprEngineCXX.cpp731 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),
754 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),
H A DExprEngineCallAndReturn.cpp46 PrettyStackTraceLocationContext CrashInfo(calleeCtx);
207 PrettyStackTraceLocationContext CrashInfo(CEBNode->getLocationContext());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2675 PrettyDeclStackTraceEntry CrashInfo(Context, Instantiation, SourceLocation(),
2915 PrettyDeclStackTraceEntry CrashInfo(Context, Instantiation, SourceLocation(),
2991 PrettyDeclStackTraceEntry CrashInfo(Context, Instantiation, SourceLocation(),
H A DSemaTemplateInstantiateDecl.cpp4749 PrettyDeclStackTraceEntry CrashInfo(Context, Function, SourceLocation(),
5181 PrettyDeclStackTraceEntry CrashInfo(Context, Var, SourceLocation(),
5284 PrettyDeclStackTraceEntry CrashInfo(Context, Var, SourceLocation(),
6120 PrettyDeclStackTraceEntry CrashInfo(Context, Var, SourceLocation(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2408 PrettyDeclStackTraceEntry CrashInfo(Context, D, SourceLocation(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp5127 PrettyStackTraceDecl CrashInfo(D, SourceLocation(),
H A DMicrosoftMangle.cpp2952 PrettyStackTraceDecl CrashInfo(D, SourceLocation(),

Completed in 594 milliseconds