Searched refs:WriteGraph (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h62 /// Specialize WriteGraph, the standard implementation won't work.
63 raw_ostream &WriteGraph(raw_ostream &O, const EdgeBundles &G,
/external/clang/lib/AST/
H A DInheritViz.cpp44 void WriteGraph(QualType Type) { function in class:clang::InheritanceHierarchyWriter
156 Writer.WriteGraph(Self);
/external/llvm/lib/Analysis/
H A DCFGPrinter.cpp87 WriteGraph(File, (const Function*)&F);
121 WriteGraph(File, (const Function*)&F, true);
/external/llvm/tools/opt/
H A DGraphPrinters.cpp34 WriteGraph(F.os(), GT);
/external/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h70 WriteGraph(File, Graph, Simple, Title);
/external/llvm/include/llvm/Support/
H A DGraphWriter.h297 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G, function in namespace:llvm
310 sys::Path WriteGraph(const GraphType &G, const Twine &Name, function in namespace:llvm
330 llvm::WriteGraph(O, G, ShortNames, Title);
347 sys::Path Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
/external/llvm/lib/CodeGen/
H A DEdgeBundles.cpp77 /// Specialize WriteGraph, the standard implementation won't work.
78 raw_ostream &llvm::WriteGraph(raw_ostream &O, const EdgeBundles &G, function in class:llvm
/external/chromium/base/metrics/
H A Dhistogram.h704 static void WriteGraph(const std::string& query, std::string* output);
H A Dhistogram.cc993 WriteGraph("", &output);
1060 void StatisticsRecorder::WriteGraph(const std::string& query, function in class:base::StatisticsRecorder

Completed in 169 milliseconds