/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GraphWriter.h | 359 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 D | InheritViz.cpp | 43 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 D | DOTGraphTraitsPass.h | 118 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 D | MachineCFGPrinter.cpp | 51 WriteGraph(File, &MCFGInfo, CFGOnly); in writeMCFGToDotFile()
|
H A D | EdgeBundles.cpp | 75 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DDGPrinter.cpp | 50 WriteGraph(File, (const DataDependenceGraph *)&G, DOnly); in writeDDGToDotFile()
|
H A D | CallPrinter.cpp | 238 WriteGraph(File, &CFGInfo); in doCallGraphDOTPrinting()
|
H A D | CFGPrinter.cpp | 76 WriteGraph(File, &CFGInfo, CFGOnly); in writeCFGToDotFile()
|
H A D | MemorySSA.cpp | 2389 WriteGraph(&CFGInfo, "", false, "MSSA", DotCFGMSSA); in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | BlockCoverageInference.cpp | 335 WriteGraph(&Info, "BCI", false, in viewBlockCoverageGraph()
|
H A D | PGOInstrumentation.cpp | 2194 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LoadValueInjectionLoadHardening.cpp | 247 WriteGraph(OS, G, /*ShortNames*/ false, in writeGadgetGraph()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3940 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 D | StandardInstrumentations.cpp | 2186 WriteGraph(OutStream, this, false); in generateDotFile()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 2467 WriteGraph(this, "", false, Label, in exportToDot()
|
H A D | Attributor.cpp | 4016 llvm::WriteGraph(File, this); in dumpGraph()
|
H A D | AttributorAttributes.cpp | 11865 void AttributorCallGraph::print() { llvm::WriteGraph(outs(), this); } in print()
|