Lines Matching refs:ShowFunction
674 bool OnlyListBelow, const std::string &ShowFunction, in showInstrProfile() argument
713 ShowAllFunctions || (!ShowFunction.empty() && in showInstrProfile()
714 Func.Name.find(ShowFunction) != Func.Name.npos); in showInstrProfile()
807 if (ShowAllFunctions || !ShowFunction.empty()) in showInstrProfile()
858 const std::string &ShowFunction, in showSampleProfile() argument
870 if (ShowAllFunctions || ShowFunction.empty()) in showSampleProfile()
873 Reader->dumpFunctionProfile(ShowFunction, OS); in showSampleProfile()
903 cl::opt<std::string> ShowFunction("function", in show_main() local
935 if (ShowAllFunctions && !ShowFunction.empty()) in show_main()
945 ShowFunction, TextFormat, OS); in show_main()
948 ShowFunction, OS); in show_main()