Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
HDllvm-profdata.cpp812 static int showInstrProfile(const std::string &Filename, bool ShowCounts, in showInstrProfile()
1015 static int showSampleProfile(const std::string &Filename, bool ShowCounts, in showSampleProfile()
1054 cl::opt<bool> ShowCounts("counts", cl::init(false), in show_main() local