Lines Matching defs:DotFile
1696 // Generate the file into \p DotFile.
1697 void generateDotFile(StringRef DotFile);
2189 void DotCfgDiffDisplayGraph::generateDotFile(StringRef DotFile) {
2191 raw_fd_ostream OutStream(DotFile, EC);
2254 std::string DotFile = Twine(SV).str();
2270 DG.generateDotFile(DotFile);
2272 *HTML << genHTML(Text, DotFile, PDFFileName);
2273 std::error_code EC = sys::fs::remove(DotFile);
2278 std::string DotCfgChangeReporter::genHTML(StringRef Text, StringRef DotFile,
2286 StringRef Args[] = {DotBinary, "-Tpdf", "-o", PDFFile, DotFile};