Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h89 StringRef OrigDIVerifyBugsReportFilePath);
153 llvm::StringRef OrigDIVerifyBugsReportFilePath = "");
160 llvm::StringRef OrigDIVerifyBugsReportFilePath = "");
165 llvm::StringRef OrigDIVerifyBugsReportFilePath; variable
176 llvm::StringRef OrigDIVerifyBugsReportFilePath = "")
178 OrigDIVerifyBugsReportFilePath(OrigDIVerifyBugsReportFilePath), in NameOfWrappedPass()
189 llvm::StringRef OrigDIVerifyBugsReportFilePath = ""; variable
207 OrigDIVerifyBugsReportFilePath = BugsReportFilePath; in setOrigDIVerifyBugsReportFilePath()
210 return OrigDIVerifyBugsReportFilePath; in getOrigDIVerifyBugsReportFilePath()
228 StringRef OrigDIVerifyBugsReportFilePath; variable
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp511 static void writeJSON(StringRef OrigDIVerifyBugsReportFilePath, in writeJSON() argument
515 raw_fd_ostream OS_FILE{OrigDIVerifyBugsReportFilePath, EC, in writeJSON()
519 << OrigDIVerifyBugsReportFilePath << '\n'; in writeJSON()
542 StringRef OrigDIVerifyBugsReportFilePath) { in checkDebugInfoMetadata() argument
630 bool ShouldWriteIntoJSON = !OrigDIVerifyBugsReportFilePath.empty(); in checkDebugInfoMetadata()
647 writeJSON(OrigDIVerifyBugsReportFilePath, FileNameFromCU, NameOfWrappedPass, in checkDebugInfoMetadata()
861 OrigDIVerifyBugsReportFilePath); in runOnModule()
869 StringRef OrigDIVerifyBugsReportFilePath = "") in CheckDebugifyModulePass()
871 OrigDIVerifyBugsReportFilePath(OrigDIVerifyBugsReportFilePath), in CheckDebugifyModulePass()
883 StringRef OrigDIVerifyBugsReportFilePath; member
[all …]