Searched refs:ShowFunction (Results 1 – 1 of 1) sorted by relevance
2042 const std::string &ShowFunction, bool TextFormat, in showInstrProfile() argument2086 ShowAllFunctions || (!ShowFunction.empty() && in showInstrProfile()2087 Func.Name.find(ShowFunction) != Func.Name.npos); in showInstrProfile()2185 if (ShowAllFunctions || !ShowFunction.empty()) in showInstrProfile()2372 const std::string &ShowFunction, in showSampleProfile() argument2392 if (ShowAllFunctions || ShowFunction.empty()) in showSampleProfile()2395 Reader->dumpFunctionProfile(ShowFunction, OS); in showSampleProfile()2445 cl::opt<std::string> ShowFunction("function", in show_main() local2492 if (ShowAllFunctions && !ShowFunction.empty()) in show_main()2500 OnlyListBelow, ShowFunction, TextFormat, OS); in show_main()[all …]