Lines Matching defs:DotFile
1687 // Generate the file into \p DotFile.
1688 void generateDotFile(StringRef DotFile);
2179 void DotCfgDiffDisplayGraph::generateDotFile(StringRef DotFile) {
2181 raw_fd_ostream OutStream(DotFile, EC);
2244 std::string DotFile = Twine(SV).str();
2260 DG.generateDotFile(DotFile);
2262 *HTML << genHTML(Text, DotFile, PDFFileName);
2263 std::error_code EC = sys::fs::remove(DotFile);
2268 std::string DotCfgChangeReporter::genHTML(StringRef Text, StringRef DotFile,
2276 StringRef Args[] = {DotBinary, "-Tpdf", "-o", PDFFile, DotFile};