Lines Matching refs:ShowFunction
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()
2536 ShowDetailedSummary, ShowFunction, in show_main()