Searched refs:DotFile (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1318 void generateDotFile(StringRef DotFile); 1810 void DotCfgDiffDisplayGraph::generateDotFile(StringRef DotFile) { in generateDotFile() argument 1812 raw_fd_ostream OutStream(DotFile, EC); in generateDotFile() 1870 std::string DotFile = Twine(SV).str(); in handleFunctionCompare() local 1886 DG.generateDotFile(DotFile); in handleFunctionCompare() 1888 *HTML << genHTML(Text, DotFile, PDFFileName); in handleFunctionCompare() 1889 std::error_code EC = sys::fs::remove(DotFile); in handleFunctionCompare() 1894 std::string DotCfgChangeReporter::genHTML(StringRef Text, StringRef DotFile, in genHTML() argument 1902 StringRef Args[] = {DotBinary, "-Tpdf", "-o", PDFFile, DotFile}; in genHTML()
|
| /llvm-project-15.0.7/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 471 static std::string genHTML(StringRef Text, StringRef DotFile,
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CommentCommands.td | 272 def DotFile : VerbatimLineCommand<"dotfile">;
|