Searched refs:ShowAllFunctions (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 328 bool ShowAllFunctions, in showInstrProfile() argument 348 ShowAllFunctions || (!ShowFunction.empty() && in showInstrProfile() 415 if (ShowAllFunctions || !ShowFunction.empty()) in showInstrProfile() 443 bool ShowAllFunctions, in showSampleProfile() argument 456 if (ShowAllFunctions || ShowFunction.empty()) in showSampleProfile() 483 cl::opt<bool> ShowAllFunctions("all-functions", cl::init(false), in show_main() local 507 if (ShowAllFunctions && !ShowFunction.empty()) in show_main() 515 ShowAllFunctions, ShowFunction, TextFormat, OS); in show_main() 517 return showSampleProfile(Filename, ShowCounts, ShowAllFunctions, in show_main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 575 bool ShowAllFunctions, in showInstrProfile() argument 605 ShowAllFunctions || (!ShowFunction.empty() && in showInstrProfile() 687 if (ShowAllFunctions || !ShowFunction.empty()) in showInstrProfile() 731 bool ShowAllFunctions, in showSampleProfile() argument 744 if (ShowAllFunctions || ShowFunction.empty()) in showSampleProfile() 775 cl::opt<bool> ShowAllFunctions("all-functions", cl::init(false), in show_main() local 802 if (ShowAllFunctions && !ShowFunction.empty()) in show_main() 811 ShowAllFunctions, ShowFunction, TextFormat, OS); in show_main() 813 return showSampleProfile(Filename, ShowCounts, ShowAllFunctions, in show_main()
|