Home
last modified time | relevance | path

Searched refs:WriteGraph (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h359 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G,
378 std::string WriteGraph(const GraphType &G, const Twine &Name,
406 llvm::WriteGraph(O, G, ShortNames, Title);
419 llvm::WriteGraph(G, Name, ShortNames, Title, FileName.str());
430 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DInheritViz.cpp43 void WriteGraph(QualType Type) { in WriteGraph() function in __anon2b5c429d0111::InheritanceHierarchyWriter
152 Writer.WriteGraph(Self); in viewInheritance()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h118 WriteGraph(File, Graph, IsSimple, in printGraphForFunction()
305 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
337 WriteGraph(File, Graph, IsSimple, Title); in WriteDOTGraphToFile()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCFGPrinter.cpp51 WriteGraph(File, &MCFGInfo, CFGOnly); in writeMCFGToDotFile()
H A DEdgeBundles.cpp75 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDDGPrinter.cpp50 WriteGraph(File, (const DataDependenceGraph *)&G, DOnly); in writeDDGToDotFile()
H A DCallPrinter.cpp238 WriteGraph(File, &CFGInfo); in doCallGraphDOTPrinting()
H A DCFGPrinter.cpp76 WriteGraph(File, &CFGInfo, CFGOnly); in writeCFGToDotFile()
H A DMemorySSA.cpp2389 WriteGraph(&CFGInfo, "", false, "MSSA", DotCFGMSSA); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp335 WriteGraph(&Info, "BCI", false, in viewBlockCoverageGraph()
H A DPGOInstrumentation.cpp2194 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp247 WriteGraph(OS, G, /*ShortNames*/ false, in writeGadgetGraph()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3940 return llvm::WriteGraph(&G, "ExprEngine", /*ShortNames=*/false, in DumpGraph()
3954 return llvm::WriteGraph(TrimmedG.get(), "TrimmedExprEngine", in DumpGraph()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2186 WriteGraph(OutStream, this, false); in generateDotFile()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2467 WriteGraph(this, "", false, Label, in exportToDot()
H A DAttributor.cpp4016 llvm::WriteGraph(File, this); in dumpGraph()
H A DAttributorAttributes.cpp11865 void AttributorCallGraph::print() { llvm::WriteGraph(outs(), this); } in print()