| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GraphWriter.h | 361 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G, 380 std::string WriteGraph(const GraphType &G, const Twine &Name, 408 llvm::WriteGraph(O, G, ShortNames, Title); 421 llvm::WriteGraph(G, Name, ShortNames, Title, FileName.str()); 432 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 151 Writer.WriteGraph(Self); in viewInheritance()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DOTGraphTraitsPass.h | 115 WriteGraph(File, Graph, IsSimple, in printGraphForFunction() 302 WriteGraph(File, Graph, IsSimple, Title); in runOnModule() 334 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 | 88 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 | CFGPrinter.cpp | 77 WriteGraph(File, &CFGInfo, CFGOnly); in writeCFGToDotFile()
|
| H A D | CallPrinter.cpp | 238 WriteGraph(File, &CFGInfo); in doCallGraphDOTPrinting()
|
| 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 | 2305 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 246 WriteGraph(OS, G, /*ShortNames*/ false, in writeGadgetGraph()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSplitModule.cpp | 1371 WriteGraph(OS, SG, /*ShortName=*/false, in writeDOTGraph()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 4091 return llvm::WriteGraph(&G, "ExprEngine", /*ShortNames=*/false, in DumpGraph() 4105 return llvm::WriteGraph(TrimmedG.get(), "TrimmedExprEngine", in DumpGraph()
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 2179 WriteGraph(OutStream, this, false); in generateDotFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 4006 llvm::WriteGraph(File, this); in dumpGraph()
|
| H A D | MemProfContextDisambiguation.cpp | 3273 WriteGraph(this, "", false, Label, in exportToDot()
|
| H A D | AttributorAttributes.cpp | 11920 void AttributorCallGraph::print() { llvm::WriteGraph(outs(), this); } in print()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 10499 …Writer10WriteGraphENS_8QualTypeE", "clang::InheritanceHierarchyWriter::WriteGraph(clang::QualType)… 16384 {"_ZN4llvm10WriteGraphERNS_11raw_ostreamERKNS_11EdgeBundlesEbRKSs", "llvm::WriteGraph(llvm::raw_ost… 16387 …INS_11EdgeBundlesEEENS_3sys4PathERKT_RKSsbS8_", "llvm::sys::Path llvm::WriteGraph<llvm::EdgeBundle…
|