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

Declarations

tools/llvm-xray/xray-graph.h
  151     Expected<GraphRenderer> getGraphRenderer();

References

tools/llvm-xray/xray-graph-diff.cpp
  454     auto GraphRendererOrErr = Factories[i].getGraphRenderer();
tools/llvm-xray/xray-graph.cpp
  503   auto GROrError = F.getGraphRenderer();