Searched refs:ShowFunction (Results 1 – 1 of 1) sorted by relevance
674 bool OnlyListBelow, const std::string &ShowFunction, in showInstrProfile() argument713 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() argument870 if (ShowAllFunctions || ShowFunction.empty()) in showSampleProfile()873 Reader->dumpFunctionProfile(ShowFunction, OS); in showSampleProfile()903 cl::opt<std::string> ShowFunction("function", in show_main() local935 if (ShowAllFunctions && !ShowFunction.empty()) in show_main()945 ShowFunction, TextFormat, OS); in show_main()[all …]