Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1341 void generateDotFile(StringRef DotFile);
1833 void DotCfgDiffDisplayGraph::generateDotFile(StringRef DotFile) { in generateDotFile() argument
1835 raw_fd_ostream OutStream(DotFile, EC); in generateDotFile()
1893 std::string DotFile = Twine(SV).str(); in handleFunctionCompare() local
1909 DG.generateDotFile(DotFile); in handleFunctionCompare()
1911 *HTML << genHTML(Text, DotFile, PDFFileName); in handleFunctionCompare()
1912 std::error_code EC = sys::fs::remove(DotFile); in handleFunctionCompare()
1917 std::string DotCfgChangeReporter::genHTML(StringRef Text, StringRef DotFile, in genHTML() argument
1925 StringRef Args[] = {DotBinary, "-Tpdf", "-o", PDFFile, DotFile}; in genHTML()
/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h519 static std::string genHTML(StringRef Text, StringRef DotFile,
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommands.td272 def DotFile : VerbatimLineCommand<"dotfile">;