Searched refs:OrigDIVerifyBugsReportFilePath (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Debugify.h | 91 StringRef OrigDIVerifyBugsReportFilePath); 155 llvm::StringRef OrigDIVerifyBugsReportFilePath = ""); 162 llvm::StringRef OrigDIVerifyBugsReportFilePath = ""); 167 llvm::StringRef OrigDIVerifyBugsReportFilePath; variable 178 llvm::StringRef OrigDIVerifyBugsReportFilePath = "") 180 OrigDIVerifyBugsReportFilePath(OrigDIVerifyBugsReportFilePath), in NameOfWrappedPass() 191 llvm::StringRef OrigDIVerifyBugsReportFilePath = ""; variable 209 OrigDIVerifyBugsReportFilePath = BugsReportFilePath; in setOrigDIVerifyBugsReportFilePath() 212 return OrigDIVerifyBugsReportFilePath; in getOrigDIVerifyBugsReportFilePath() 230 StringRef OrigDIVerifyBugsReportFilePath; variable [all …]
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 513 static void writeJSON(StringRef OrigDIVerifyBugsReportFilePath, 517 raw_fd_ostream OS_FILE{OrigDIVerifyBugsReportFilePath, EC, in writeJSON() 521 << OrigDIVerifyBugsReportFilePath << '\n'; in writeJSON() 544 StringRef OrigDIVerifyBugsReportFilePath) { in checkDebugInfoMetadata() 635 bool ShouldWriteIntoJSON = !OrigDIVerifyBugsReportFilePath.empty(); in checkDebugInfoMetadata() 652 writeJSON(OrigDIVerifyBugsReportFilePath, FileNameFromCU, NameOfWrappedPass, in checkDebugInfoMetadata() 879 OrigDIVerifyBugsReportFilePath); in runOnModule() 889 StringRef OrigDIVerifyBugsReportFilePath = "") in CheckDebugifyModulePass() 891 OrigDIVerifyBugsReportFilePath(OrigDIVerifyBugsReportFilePath), in CheckDebugifyModulePass() 514 writeJSON(StringRef OrigDIVerifyBugsReportFilePath,StringRef FileNameFromCU,StringRef NameOfWrappedPass,llvm::json::Array & Bugs) writeJSON() argument 545 checkDebugInfoMetadata(Module & M,iterator_range<Module::iterator> Functions,DebugInfoPerPass & DebugInfoBeforePass,StringRef Banner,StringRef NameOfWrappedPass,StringRef OrigDIVerifyBugsReportFilePath) checkDebugInfoMetadata() argument 904 StringRef OrigDIVerifyBugsReportFilePath; global() member 950 StringRef OrigDIVerifyBugsReportFilePath; global() member 1016 createCheckDebugifyModulePass(bool Strip,StringRef NameOfWrappedPass,DebugifyStatsMap * StatsMap,enum DebugifyMode Mode,DebugInfoPerPass * DebugInfoBeforePass,StringRef OrigDIVerifyBugsReportFilePath) createCheckDebugifyModulePass() argument 1028 createCheckDebugifyFunctionPass(bool Strip,StringRef NameOfWrappedPass,DebugifyStatsMap * StatsMap,enum DebugifyMode Mode,DebugInfoPerPass * DebugInfoBeforePass,StringRef OrigDIVerifyBugsReportFilePath) createCheckDebugifyFunctionPass() argument [all...] |