Home
last modified time | relevance | path

Searched refs:DotFile (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1318 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 DStandardInstrumentations.h471 static std::string genHTML(StringRef Text, StringRef DotFile,
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentCommands.td272 def DotFile : VerbatimLineCommand<"dotfile">;