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

Definitions

tools/llvm-xray/xray-graph-diff.h
   51     template <typename... Ts> Factory(Ts &... Args) : G{{Args...}} {}
tools/llvm-xray/xray-graph.h
   83   class GraphT : public Graph<FunctionStats, CallStats, int32_t> {