reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/GraphWriter.h
   68   const GraphType &G;
   70   using DOTTraits = DOTGraphTraits<GraphType>;
   71   using GTraits = GraphTraits<GraphType>;
  110   GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) {
  122     DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);