Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DJob.cpp155 CrashReportInfo *CrashInfo) const { in Print()
167 bool HaveCrashVFS = CrashInfo && !CrashInfo->VFSPath.empty(); in Print()
171 if (CrashInfo) { in Print()
182 StringRef ShortName = llvm::sys::path::filename(CrashInfo->Filename); in Print()
192 if (CrashInfo && HaveCrashVFS) { in Print()
196 printArg(OS, CrashInfo->VFSPath.str().c_str(), Quote); in Print()
268 bool Quote, CrashReportInfo *CrashInfo) const { in Print()
269 Command::Print(OS, "", Quote, CrashInfo); in Print()
271 Fallback->Print(OS, Terminator, Quote, CrashInfo); in Print()
301 CrashReportInfo *CrashInfo) const { in Print()
[all …]
DDriver.cpp118 llvm::PrettyStackTraceString CrashInfo("Command line argument parsing"); in ParseArgStrings() local
398 llvm::PrettyStackTraceString CrashInfo("Compilation construction"); in BuildCompilation() local
675 CrashReportInfo CrashInfo(TempFiles[0], VFS); in generateCompilationDiagnostics() local
677 std::string Script = CrashInfo.Filename.rsplit('.').first.str() + ".sh"; in generateCompilationDiagnostics()
689 Cmd.Print(ScriptOS, "\n", /*Quote=*/true, &CrashInfo); in generateCompilationDiagnostics()
1008 llvm::PrettyStackTraceString CrashInfo("Building universal build actions"); in BuildUniversalActions() local
1378 llvm::PrettyStackTraceString CrashInfo("Building compilation actions"); in BuildActions() local
1545 llvm::PrettyStackTraceString CrashInfo("Constructing phase actions"); in ConstructPhaseAction() local
1625 llvm::PrettyStackTraceString CrashInfo("Building compilation jobs"); in BuildJobs() local
1803 llvm::PrettyStackTraceString CrashInfo("Building compilation jobs"); in BuildJobsForAction() local
[all …]
/external/clang/include/clang/Driver/
DJob.h94 CrashReportInfo *CrashInfo = nullptr) const;
132 CrashReportInfo *CrashInfo = nullptr) const override;
154 bool Quote, CrashReportInfo *CrashInfo = nullptr) const;
/external/clang/lib/CodeGen/
DCodeGenAction.cpp113 PrettyStackTraceDecl CrashInfo(*D.begin(), SourceLocation(), in HandleTopLevelDecl() local
129 PrettyStackTraceDecl CrashInfo(D, SourceLocation(), in HandleInlineMethodDefinition() local
143 PrettyStackTraceString CrashInfo("Per-file LLVM IR generation"); in HandleTranslationUnit() local
201 PrettyStackTraceDecl CrashInfo(D, SourceLocation(), in HandleTagDeclDefinition() local
DBackendUtil.cpp666 PrettyStackTraceString CrashInfo("Per-function optimization"); in EmitAssembly() local
676 PrettyStackTraceString CrashInfo("Per-module optimization passes"); in EmitAssembly() local
681 PrettyStackTraceString CrashInfo("Code generation"); in EmitAssembly() local
DCGStmt.cpp296 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), in EmitCompoundStmt() local
DCodeGenModule.cpp1679 PrettyStackTraceDecl CrashInfo(const_cast<ValueDecl *>(D), D->getLocation(), in EmitGlobalDefinition() local
/external/clang/lib/Parse/
DParseAST.cpp133 PrettyStackTraceParserEntry CrashInfo(P); in ParseAST() local
DParseStmt.cpp909 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), in ParseCompoundStatementBody() local
1903 PrettyDeclStackTraceEntry CrashInfo(Actions, Decl, LBraceLoc, in ParseFunctionStatementBody() local
1935 PrettyDeclStackTraceEntry CrashInfo(Actions, Decl, TryLoc, in ParseFunctionTryBlock() local
DParseDeclCXX.cpp190 PrettyDeclStackTraceEntry CrashInfo(Actions, NamespcDecl, NamespaceLoc, in ParseNamespace() local
2931 PrettyDeclStackTraceEntry CrashInfo(Actions, TagDecl, RecordLoc, in ParseCXXMemberSpecification() local
DParseExpr.cpp2719 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), CaretLoc, in ParseBlockLiteralExpression() local
DParseExprCXX.cpp1052 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), LambdaBeginLoc, in ParseLambdaExpressionAfterIntroducer() local
DParseObjc.cpp2645 PrettyDeclStackTraceEntry CrashInfo(Actions, MDecl, Tok.getLocation(), in ParseObjCMethodDefinition() local
DParseDecl.cpp3576 PrettyDeclStackTraceEntry CrashInfo(Actions, TagDecl, RecordLoc, in ParseStructUnionBody() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp290 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in processCFGElement() local
430 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessStmt() local
459 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessInitializer() local
745 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in Visit() local
1405 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in processCFGBlockEntrance() local
1586 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in processBranch() local
1670 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
1755 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in processEndOfFunction() local
DExprEngineCXX.cpp381 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in VisitCXXDestructor() local
405 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in VisitCXXNewAllocatorCall() local
DExprEngineCallAndReturn.cpp43 PrettyStackTraceLocationContext CrashInfo(calleeCtx); in processCallEnter() local
220 PrettyStackTraceLocationContext CrashInfo(CEBNode->getLocationContext()); in processCallExit() local
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp4667 PrettyDeclStackTraceEntry CrashInfo(*this, Function, SourceLocation(), in PerformPendingInstantiations() local
4705 PrettyDeclStackTraceEntry CrashInfo(*this, Var, SourceLocation(), in PerformPendingInstantiations() local
/external/clang/lib/AST/
DMicrosoftMangle.cpp2354 PrettyStackTraceDecl CrashInfo(D, SourceLocation(), in mangleCXXName() local
DItaniumMangle.cpp4031 PrettyStackTraceDecl CrashInfo(D, SourceLocation(), in mangleCXXName() local