Searched defs:WriteGraph (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/gyp/tools/
H A Dgraphviz.py43 def WriteGraph(edges): function
95 WriteGraph(edges)
/external/llvm/lib/CodeGen/
H A DEdgeBundles.cpp70 /// Specialize WriteGraph, the standard implementation won't work.
73 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, function in namespace:llvm
/external/clang/lib/AST/
H A DInheritViz.cpp46 void WriteGraph(QualType Type) { function in class:clang::InheritanceHierarchyWriter
154 Writer.WriteGraph(Self);
/external/chromium_org/base/metrics/
H A Dstatistics_recorder.cc148 void StatisticsRecorder::WriteGraph(const std::string& query, function in class:base::StatisticsRecorder
294 me->WriteGraph(std::string(), &output);
/external/llvm/include/llvm/Support/
H A DGraphWriter.h310 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G, function in namespace:llvm
325 std::string WriteGraph(const GraphType &G, const Twine &Name, function in namespace:llvm
339 llvm::WriteGraph(O, G, ShortNames, Title);
352 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);

Completed in 2356 milliseconds