Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp674 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()
[all …]