Home
last modified time | relevance | path

Searched refs:GraphWriter (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/SemaCXX/
Dmissing-namespace-qualifier-typo-corrections.cpp67 template <typename T> class GraphWriter {}; // expected-note 3{{declared here}} class
72GraphWriter<S> x; //expected-error{{no template named 'GraphWriter'; did you mean 'llvm::GraphWrit… in bar()
73 …(void)new llvm::GraphWriter; // expected-error {{use of class template 'llvm::GraphWriter' require… in bar()
/external/llvm/include/llvm/Support/
DDOTGraphTraits.h150 template<typename GraphType, typename GraphWriter>
151 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {} in addCustomGraphFeatures()
DGraphWriter.h57 class GraphWriter {
96 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) { in GraphWriter() function
314 GraphWriter<GraphType> W(O, G, ShortNames);
/external/llvm/lib/Analysis/
DRegionPrinter.cpp101 static void printRegionCluster(const Region &R, GraphWriter<RegionInfo*> &GW, in printRegionCluster()
134 GraphWriter<RegionInfo*> &GW) { in addCustomGraphFeatures()
/external/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp72 GraphWriter<ScheduleDAG*> &GW) { in addCustomGraphFeatures()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp128 GraphWriter<SelectionDAG*> &GW) { in addCustomGraphFeatures()
291 void ScheduleDAGSDNodes::getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const { in getCustomGraphFeatures()
DScheduleDAGSDNodes.h128 virtual void getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const;
/external/llvm/lib/Support/
DAndroid.mk30 GraphWriter.cpp \
DCMakeLists.txt27 GraphWriter.cpp
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h41 template<class Graph> class GraphWriter; variable
600 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {}
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch1400 + GraphWriter.cpp \