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

References

tools/llvm-xray/xray-stacks.cpp
  658     OS << "\n";
  659     OS << "Unique Stacks: " << UniqueStacks << "\n";
  660     OS << "Top 10 Stacks by leaf sum:\n\n";
  662       OS << "Sum: " << P.second << "\n";
  663       printStack(OS, P.first, FN);
  665     OS << "\n";
  666     OS << "Top 10 Stacks by leaf count:\n\n";
  668       OS << "Count: " << P.second << "\n";
  669       printStack(OS, P.first, FN);
  671     OS << "\n";