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

  /external/chromium_org/tools/gyp/tools/
graphviz.py 43 def WriteGraph(edges):
95 WriteGraph(edges)
  /external/clang/lib/AST/
InheritViz.cpp 46 void WriteGraph(QualType Type) {
154 Writer.WriteGraph(Self);
  /external/llvm/lib/Analysis/
CFGPrinter.cpp 87 WriteGraph(File, (const Function*)&F);
121 WriteGraph(File, (const Function*)&F, true);
  /external/chromium_org/base/metrics/
statistics_recorder.h 56 static void WriteGraph(const std::string& query, std::string* output);
statistics_recorder.cc 148 void StatisticsRecorder::WriteGraph(const std::string& query,
294 me->WriteGraph(std::string(), &output);
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 78 WriteGraph(File, Graph, IsSimple, Title);
140 WriteGraph(File, Graph, IsSimple, Title);
  /external/llvm/include/llvm/Support/
GraphWriter.h 100 void writeGraph(const std::string &Title = "") {
310 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G,
317 W.writeGraph(Title.str());
325 std::string WriteGraph(const GraphType &G, const Twine &Name,
339 llvm::WriteGraph(O, G, ShortNames, Title);
352 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
  /external/llvm/lib/CodeGen/
EdgeBundles.cpp 70 /// Specialize WriteGraph, the standard implementation won't work.
73 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G,

Completed in 101 milliseconds