HomeSort by relevance Sort by last modified time
    Searched refs:WriteGraph (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/CodeGen/
EdgeBundles.h 62 /// Specialize WriteGraph, the standard implementation won't work.
63 raw_ostream &WriteGraph(raw_ostream &O, const EdgeBundles &G,
  /external/clang/lib/AST/
InheritViz.cpp 44 void WriteGraph(QualType Type) {
156 Writer.WriteGraph(Self);
  /external/llvm/lib/Analysis/
CFGPrinter.cpp 87 WriteGraph(File, (const Function*)&F);
121 WriteGraph(File, (const Function*)&F, true);
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 70 WriteGraph(File, Graph, Simple, Title);
  /external/llvm/tools/opt/
GraphPrinters.cpp 34 WriteGraph(F.os(), GT);
  /external/llvm/include/llvm/Support/
GraphWriter.h 95 void writeGraph(const std::string &Title = "") {
297 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G,
304 W.writeGraph(Title.str());
310 sys::Path WriteGraph(const GraphType &G, const Twine &Name,
330 llvm::WriteGraph(O, G, ShortNames, Title);
347 sys::Path Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
  /external/llvm/lib/CodeGen/
EdgeBundles.cpp 77 /// Specialize WriteGraph, the standard implementation won't work.
78 raw_ostream &llvm::WriteGraph(raw_ostream &O, const EdgeBundles &G,
  /external/chromium/base/metrics/
histogram.h 704 static void WriteGraph(const std::string& query, std::string* output);
histogram.cc     [all...]

Completed in 175 milliseconds