Home
last modified time | relevance | path

Searched refs:OrigDIVerifyBugsReportFilePath (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h90 StringRef OrigDIVerifyBugsReportFilePath);
143 llvm::StringRef OrigDIVerifyBugsReportFilePath = "");
150 llvm::StringRef OrigDIVerifyBugsReportFilePath = "");
171 StringRef OrigDIVerifyBugsReportFilePath; variable
203 OrigDIVerifyBugsReportFilePath)); in add()
210 OrigDIVerifyBugsReportFilePath)); in add()
225 OrigDIVerifyBugsReportFilePath = BugsReportFilePath; in setOrigDIVerifyBugsReportFilePath()
228 return OrigDIVerifyBugsReportFilePath; in getOrigDIVerifyBugsReportFilePath()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp493 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
[all …]