Searched refs:ShowAllFunctions (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 2040 bool ShowAllFunctions, bool ShowCS, in showInstrProfile() argument 2086 ShowAllFunctions || (!ShowFunction.empty() && in showInstrProfile() 2185 if (ShowAllFunctions || !ShowFunction.empty()) in showInstrProfile() 2371 bool ShowAllFunctions, bool ShowDetailedSummary, in showSampleProfile() argument 2392 if (ShowAllFunctions || ShowFunction.empty()) in showSampleProfile() 2441 cl::opt<bool> ShowAllFunctions("all-functions", cl::init(false), in show_main() local 2492 if (ShowAllFunctions && !ShowFunction.empty()) in show_main() 2499 ShowAllFunctions, ShowCS, ValueCutoff, in show_main() 2502 return showSampleProfile(Filename, ShowCounts, ShowAllFunctions, in show_main()
|