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.h94 StringRef OrigDIVerifyBugsReportFilePath);
159 llvm::StringRef OrigDIVerifyBugsReportFilePath = "");
166 llvm::StringRef OrigDIVerifyBugsReportFilePath = "");
171 llvm::StringRef OrigDIVerifyBugsReportFilePath; variable
182 llvm::StringRef OrigDIVerifyBugsReportFilePath = "")
184 OrigDIVerifyBugsReportFilePath(OrigDIVerifyBugsReportFilePath), in NameOfWrappedPass()
196 llvm::StringRef OrigDIVerifyBugsReportFilePath = ""; variable
214 OrigDIVerifyBugsReportFilePath = BugsReportFilePath; in setOrigDIVerifyBugsReportFilePath()
217 return OrigDIVerifyBugsReportFilePath; in getOrigDIVerifyBugsReportFilePath()
235 StringRef OrigDIVerifyBugsReportFilePath; variable
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp585 static void writeJSON(StringRef OrigDIVerifyBugsReportFilePath, in writeJSON() argument
589 raw_fd_ostream OS_FILE{OrigDIVerifyBugsReportFilePath, EC, in writeJSON()
593 << OrigDIVerifyBugsReportFilePath << '\n'; in writeJSON()
616 StringRef OrigDIVerifyBugsReportFilePath) { in checkDebugInfoMetadata() argument
700 bool ShouldWriteIntoJSON = !OrigDIVerifyBugsReportFilePath.empty(); in checkDebugInfoMetadata()
717 writeJSON(OrigDIVerifyBugsReportFilePath, FileNameFromCU, NameOfWrappedPass, in checkDebugInfoMetadata()
944 OrigDIVerifyBugsReportFilePath); in runOnModule()
954 StringRef OrigDIVerifyBugsReportFilePath = "") in CheckDebugifyModulePass()
956 OrigDIVerifyBugsReportFilePath(OrigDIVerifyBugsReportFilePath), in CheckDebugifyModulePass()
968 StringRef OrigDIVerifyBugsReportFilePath; member
[all …]