Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp328 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/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp1980 bool ShowAllFunctions, bool ShowCS, in showInstrProfile() argument
2026 ShowAllFunctions || (!ShowFunction.empty() && in showInstrProfile()
2125 if (ShowAllFunctions || !ShowFunction.empty()) in showInstrProfile()
2312 bool ShowAllFunctions, bool ShowDetailedSummary, in showSampleProfile() argument
2333 if (ShowAllFunctions || ShowFunction.empty()) in showSampleProfile()
2382 cl::opt<bool> ShowAllFunctions("all-functions", cl::init(false), in show_main() local
2433 if (ShowAllFunctions && !ShowFunction.empty()) in show_main()
2440 ShowAllFunctions, ShowCS, ValueCutoff, in show_main()
2443 return showSampleProfile(Filename, ShowCounts, ShowAllFunctions, in show_main()