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

Declarations

include/llvm/Support/DOTGraphTraits.h
  160 struct DOTGraphTraits : public DefaultDOTGraphTraits {

References

include/llvm/Analysis/DOTGraphTraitsPass.h
   55     std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
  103     std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph);
  134     std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
  166     std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);
include/llvm/Support/GraphWriter.h
   70   using DOTTraits = DOTGraphTraits<GraphType>;
  122     DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);