Searched refs:WriteGraph (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | GraphWriter.h | 310 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G, 329 std::string WriteGraph(const GraphType &G, const Twine &Name, 357 llvm::WriteGraph(O, G, ShortNames, Title); 370 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | InheritViz.cpp | 44 void WriteGraph(QualType Type) { in WriteGraph() function in __anonb835cb0c0111::InheritanceHierarchyWriter 153 Writer.WriteGraph(Self); in viewInheritance()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | DOTGraphTraitsPass.h | 108 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction() 170 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | EdgeBundles.cpp | 75 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | CFGPrinter.cpp | 106 WriteGraph(File, (const Function*)&F, CFGOnly); in writeCFGToDotFile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 3086 return llvm::WriteGraph(&G, "ExprEngine", /*ShortNames=*/false, in DumpGraph() 3102 return llvm::WriteGraph(TrimmedG.get(), "TrimmedExprEngine", in DumpGraph()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1520 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
|