Lines Matching refs:OrigDIVerifyBugsReportFilePath
493 static void writeJSON(StringRef OrigDIVerifyBugsReportFilePath, in writeJSON() argument
497 raw_fd_ostream OS_FILE{OrigDIVerifyBugsReportFilePath, EC, in writeJSON()
501 << OrigDIVerifyBugsReportFilePath << '\n'; in writeJSON()
520 StringRef OrigDIVerifyBugsReportFilePath) { in checkDebugInfoMetadata() argument
604 bool ShouldWriteIntoJSON = !OrigDIVerifyBugsReportFilePath.empty(); in checkDebugInfoMetadata()
621 writeJSON(OrigDIVerifyBugsReportFilePath, FileNameFromCU, NameOfWrappedPass, in checkDebugInfoMetadata()
830 OrigDIVerifyBugsReportFilePath); in runOnModule()
838 StringRef OrigDIVerifyBugsReportFilePath = "") in CheckDebugifyModulePass()
840 OrigDIVerifyBugsReportFilePath(OrigDIVerifyBugsReportFilePath), in CheckDebugifyModulePass()
852 StringRef OrigDIVerifyBugsReportFilePath; member
872 OrigDIVerifyBugsReportFilePath); in runOnFunction()
880 StringRef OrigDIVerifyBugsReportFilePath = "") in CheckDebugifyFunctionPass()
882 OrigDIVerifyBugsReportFilePath(OrigDIVerifyBugsReportFilePath), in CheckDebugifyFunctionPass()
894 StringRef OrigDIVerifyBugsReportFilePath; member
952 StringRef OrigDIVerifyBugsReportFilePath) { in createCheckDebugifyModulePass() argument
958 OrigDIVerifyBugsReportFilePath); in createCheckDebugifyModulePass()
964 StringRef OrigDIVerifyBugsReportFilePath) { in createCheckDebugifyFunctionPass() argument
970 OrigDIVerifyBugsReportFilePath); in createCheckDebugifyFunctionPass()