Searched refs:ShowCounts (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 2137 static int showInstrProfile(const std::string &Filename, bool ShowCounts, in showInstrProfile() argument 2258 if (ShowCounts) { in showInstrProfile() 2485 static int showSampleProfile(const std::string &Filename, bool ShowCounts, in showSampleProfile() argument 2580 cl::opt<bool> ShowCounts("counts", cl::init(false), in show_main() local 2677 Filename, ShowCounts, TopNFunctions, ShowIndirectCallTargets, in show_main() 2682 return showSampleProfile(Filename, ShowCounts, TopNFunctions, in show_main()
|