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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp812 static int showInstrProfile(const std::string &Filename, bool ShowCounts, argument
925 if (ShowCounts) {
1015 static int showSampleProfile(const std::string &Filename, bool ShowCounts, argument
1054 cl::opt<bool> ShowCounts("counts", cl::init(false),
1128 return showInstrProfile(Filename, ShowCounts, TopNFunctions,
1134 return showSampleProfile(Filename, ShowCounts, ShowAllFunctions,

Completed in 104 milliseconds