Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2143 const std::string &ShowFunction, bool TextFormat, in showInstrProfile() argument
2188 (!ShowFunction.empty() && Func.Name.contains(ShowFunction)); in showInstrProfile()
2292 if (ShowAllFunctions || !ShowFunction.empty()) in showInstrProfile()
2488 const std::string &ShowFunction, in showSampleProfile() argument
2508 if (ShowAllFunctions || ShowFunction.empty()) in showSampleProfile()
2512 Reader->dumpFunctionProfile(StringRef(ShowFunction), OS); in showSampleProfile()
2606 cl::opt<std::string> ShowFunction("function", in show_main() local
2668 if (ShowAllFunctions && !ShowFunction.empty()) in show_main()
2679 ShowAllFunctions, ShowCS, ValueCutoff, OnlyListBelow, ShowFunction, in show_main()
2684 ShowFunction, ShowProfileSymbolList, in show_main()