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

/external/clang/test/SemaCXX/
H A Dmissing-namespace-qualifier-typo-corrections.cpp67 template <typename T> class GraphWriter {}; // expected-note 3{{declared here}} class in namespace:llvm
72 GraphWriter<S> x; //expected-error{{no template named 'GraphWriter'; did you mean 'llvm::GraphWriter'?}}
73 (void)new llvm::GraphWriter; // expected-error {{use of class template 'llvm::GraphWriter' requires template arguments}}
74 (void)new llvm::Graphwriter<S>; // expected-error {{no template named 'Graphwriter' in namespace 'llvm'; did you mean 'GraphWriter'?}}
/external/llvm/include/llvm/Support/
H A DDOTGraphTraits.h11 // graphs generated by the GraphWriter.h file. The default implementation of
146 /// custom stuff necessary. The GraphWriter object, instantiated with your
150 template<typename GraphType, typename GraphWriter>
151 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {}
H A DGraphWriter.h1 //===-- llvm/Support/GraphWriter.h - Write graph to a .dot file -*- C++ -*-===//
57 class GraphWriter { class in namespace:llvm
96 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) { function in class:llvm::GraphWriter
314 GraphWriter<GraphType> W(O, G, ShortNames);
/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp22 #include "llvm/Support/GraphWriter.h"
72 GraphWriter<ScheduleDAG*> &GW) {
/external/llvm/lib/Analysis/
H A DRegionPrinter.cpp101 static void printRegionCluster(const Region &R, GraphWriter<RegionInfo*> &GW,
134 GraphWriter<RegionInfo*> &GW) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h128 virtual void getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const;
H A DSelectionDAGPrinter.cpp24 #include "llvm/Support/GraphWriter.h"
128 GraphWriter<SelectionDAG*> &GW) {
291 void ScheduleDAGSDNodes::getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const {
/external/llvm/lib/Support/
H A DAndroid.mk30 GraphWriter.cpp \
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h41 template<class Graph> class GraphWriter;
600 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {}

Completed in 2658 milliseconds