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

  /external/clang/lib/AST/
InheritViz.cpp 44 void WriteGraph(QualType Type) {
153 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 108 WriteGraph(File, Graph, IsSimple, Title);
170 WriteGraph(File, Graph, IsSimple, Title);
  /external/libchrome/base/metrics/
statistics_recorder.h 59 static void WriteGraph(const std::string& query, std::string* output);
statistics_recorder.cc 142 void StatisticsRecorder::WriteGraph(const std::string& query,
330 StatisticsRecorder::WriteGraph(std::string(), &output);
  /external/llvm/include/llvm/Support/
GraphWriter.h 99 void writeGraph(const std::string &Title = "") {
311 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G,
318 W.writeGraph(Title.str());
326 std::string WriteGraph(const GraphType &G, const Twine &Name,
340 llvm::WriteGraph(O, G, ShortNames, Title);
353 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,
  /system/core/metricsd/uploader/
bn_metricsd_impl.cc 95 base::StatisticsRecorder::WriteGraph(std::string(), &str_dump);

Completed in 3798 milliseconds