Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h91 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp514 static void writeJSON(StringRef OrigDIVerifyBugsReportFilePath, in writeJSON() argument
518 raw_fd_ostream OS_FILE{OrigDIVerifyBugsReportFilePath, EC, in writeJSON()
522 << OrigDIVerifyBugsReportFilePath << '\n'; in writeJSON()
545 StringRef OrigDIVerifyBugsReportFilePath) { in checkDebugInfoMetadata() argument
636 bool ShouldWriteIntoJSON = !OrigDIVerifyBugsReportFilePath.empty(); in checkDebugInfoMetadata()
653 writeJSON(OrigDIVerifyBugsReportFilePath, FileNameFromCU, NameOfWrappedPass, in checkDebugInfoMetadata()
880 OrigDIVerifyBugsReportFilePath); in runOnModule()
890 StringRef OrigDIVerifyBugsReportFilePath = "") in CheckDebugifyModulePass()
892 OrigDIVerifyBugsReportFilePath(OrigDIVerifyBugsReportFilePath), in CheckDebugifyModulePass()
904 StringRef OrigDIVerifyBugsReportFilePath; member
[all …]