Searched refs:ShowCounts (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 324 static int showInstrProfile(const std::string &Filename, bool ShowCounts, in showInstrProfile() argument 351 bool doTextFormatDump = (Show && ShowCounts && TextFormat); in showInstrProfile() 379 if (ShowCounts) { in showInstrProfile() 412 if (ShowCounts && TextFormat) in showInstrProfile() 442 static int showSampleProfile(const std::string &Filename, bool ShowCounts, in showSampleProfile() argument 468 cl::opt<bool> ShowCounts("counts", cl::init(false), in show_main() local 513 return showInstrProfile(Filename, ShowCounts, ShowIndirectCallTargets, in show_main() 517 return showSampleProfile(Filename, ShowCounts, ShowAllFunctions, in show_main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 571 static int showInstrProfile(const std::string &Filename, bool ShowCounts, in showInstrProfile() argument 608 bool doTextFormatDump = (Show && ShowCounts && TextFormat); in showInstrProfile() 656 if (ShowCounts) { in showInstrProfile() 682 if (ShowCounts && TextFormat) in showInstrProfile() 730 static int showSampleProfile(const std::string &Filename, bool ShowCounts, in showSampleProfile() argument 756 cl::opt<bool> ShowCounts("counts", cl::init(false), in show_main() local 808 return showInstrProfile(Filename, ShowCounts, TopNFunctions, in show_main() 813 return showSampleProfile(Filename, ShowCounts, ShowAllFunctions, in show_main()
|