Searched refs:ShowFunction (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 2071 const std::string &ShowFunction, bool TextFormat, in showInstrProfile() argument 2115 ShowAllFunctions || (!ShowFunction.empty() && in showInstrProfile() 2116 Func.Name.find(ShowFunction) != Func.Name.npos); in showInstrProfile() 2214 if (ShowAllFunctions || !ShowFunction.empty()) in showInstrProfile() 2406 const std::string &ShowFunction, in showSampleProfile() argument 2426 if (ShowAllFunctions || ShowFunction.empty()) in showSampleProfile() 2429 Reader->dumpFunctionProfile(ShowFunction, OS); in showSampleProfile() 2479 cl::opt<std::string> ShowFunction("function", in show_main() local 2525 if (ShowAllFunctions && !ShowFunction.empty()) in show_main() 2532 ShowAllFunctions, ShowCS, ValueCutoff, OnlyListBelow, ShowFunction, in show_main() [all …]
|