Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1688 void generateDotFile(StringRef DotFile);
2179 void DotCfgDiffDisplayGraph::generateDotFile(StringRef DotFile) { in generateDotFile() argument
2181 raw_fd_ostream OutStream(DotFile, EC); in generateDotFile()
2244 std::string DotFile = Twine(SV).str(); in handleFunctionCompare() local
2260 DG.generateDotFile(DotFile); in handleFunctionCompare()
2262 *HTML << genHTML(Text, DotFile, PDFFileName); in handleFunctionCompare()
2263 std::error_code EC = sys::fs::remove(DotFile); in handleFunctionCompare()
2268 std::string DotCfgChangeReporter::genHTML(StringRef Text, StringRef DotFile, in genHTML() argument
2276 StringRef Args[] = {DotBinary, "-Tpdf", "-o", PDFFile, DotFile}; in genHTML()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h550 static std::string genHTML(StringRef Text, StringRef DotFile,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td273 def DotFile : VerbatimLineCommand<"dotfile">;