Searched refs:ShowCounts (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 2036 static int showInstrProfile(const std::string &Filename, bool ShowCounts, in showInstrProfile() argument 2151 if (ShowCounts) { in showInstrProfile() 2370 static int showSampleProfile(const std::string &Filename, bool ShowCounts, in showSampleProfile() argument 2419 cl::opt<bool> ShowCounts("counts", cl::init(false), in show_main() local 2496 return showInstrProfile(Filename, ShowCounts, TopNFunctions, in show_main() 2502 return showSampleProfile(Filename, ShowCounts, ShowAllFunctions, in show_main()
|