Lines Matching refs:ShowFunction
329 const std::string &ShowFunction, bool TextFormat, in showInstrProfile() argument
348 ShowAllFunctions || (!ShowFunction.empty() && in showInstrProfile()
349 Func.Name.find(ShowFunction) != Func.Name.npos); in showInstrProfile()
415 if (ShowAllFunctions || !ShowFunction.empty()) in showInstrProfile()
444 const std::string &ShowFunction, in showSampleProfile() argument
456 if (ShowAllFunctions || ShowFunction.empty()) in showSampleProfile()
459 Reader->dumpFunctionProfile(ShowFunction, OS); in showSampleProfile()
485 cl::opt<std::string> ShowFunction("function", in show_main() local
507 if (ShowAllFunctions && !ShowFunction.empty()) in show_main()
515 ShowAllFunctions, ShowFunction, TextFormat, OS); in show_main()
518 ShowFunction, OS); in show_main()