Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2038 bool ShowMemOPSizes, bool ShowDetailedSummary, in showInstrProfile() argument
2046 if (ShowDetailedSummary && Cutoffs.empty()) { in showInstrProfile()
2220 if (ShowDetailedSummary) { in showInstrProfile()
2371 bool ShowAllFunctions, bool ShowDetailedSummary, in showSampleProfile() argument
2403 if (ShowDetailedSummary) { in showSampleProfile()
2431 cl::opt<bool> ShowDetailedSummary("detailed-summary", cl::init(false), in show_main() local
2498 ShowDetailedSummary, DetailedSummaryCutoffs, in show_main()
2503 ShowDetailedSummary, ShowFunction, in show_main()