Home
last modified time | relevance | path

Searched refs:ShowCounts (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp324 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/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp1976 static int showInstrProfile(const std::string &Filename, bool ShowCounts, in showInstrProfile() argument
2091 if (ShowCounts) { in showInstrProfile()
2311 static int showSampleProfile(const std::string &Filename, bool ShowCounts, in showSampleProfile() argument
2360 cl::opt<bool> ShowCounts("counts", cl::init(false), in show_main() local
2437 return showInstrProfile(Filename, ShowCounts, TopNFunctions, in show_main()
2443 return showSampleProfile(Filename, ShowCounts, ShowAllFunctions, in show_main()