Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGraphWriter.h309 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G,
324 std::string WriteGraph(const GraphType &G, const Twine &Name,
338 llvm::WriteGraph(O, G, ShortNames, Title);
351 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
/external/clang/lib/AST/
DInheritViz.cpp44 void WriteGraph(QualType Type) { in WriteGraph() function in __anon0c707d3f0111::InheritanceHierarchyWriter
153 Writer.WriteGraph(Self); in viewInheritance()
/external/llvm/lib/Analysis/
DCFGPrinter.cpp87 WriteGraph(File, (const Function*)&F); in runOnFunction()
121 WriteGraph(File, (const Function*)&F, true); in runOnFunction()
/external/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h78 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
140 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/external/llvm/lib/CodeGen/
DEdgeBundles.cpp73 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function