Home
last modified time | relevance | path

Searched refs:ShowFunction (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2042 const std::string &ShowFunction, bool TextFormat, in showInstrProfile() argument
2086 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() argument
2392 if (ShowAllFunctions || ShowFunction.empty()) in showSampleProfile()
2395 Reader->dumpFunctionProfile(ShowFunction, OS); in showSampleProfile()
2445 cl::opt<std::string> ShowFunction("function", in show_main() local
2492 if (ShowAllFunctions && !ShowFunction.empty()) in show_main()
2500 OnlyListBelow, ShowFunction, TextFormat, OS); in show_main()
[all …]