Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp329 const std::string &ShowFunction, bool TextFormat, in showInstrProfile() argument
348 ShowAllFunctions || (!ShowFunction.empty() && in showInstrProfile()
349 Func.Name.find(ShowFunction) != Func.Name.npos); in showInstrProfile()
415 if (ShowAllFunctions || !ShowFunction.empty()) in showInstrProfile()
444 const std::string &ShowFunction, in showSampleProfile() argument
456 if (ShowAllFunctions || ShowFunction.empty()) in showSampleProfile()
459 Reader->dumpFunctionProfile(ShowFunction, OS); in showSampleProfile()
485 cl::opt<std::string> ShowFunction("function", in show_main() local
507 if (ShowAllFunctions && !ShowFunction.empty()) in show_main()
515 ShowAllFunctions, ShowFunction, TextFormat, OS); in show_main()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp576 const std::string &ShowFunction, bool TextFormat, in showInstrProfile() argument
605 ShowAllFunctions || (!ShowFunction.empty() && in showInstrProfile()
606 Func.Name.find(ShowFunction) != Func.Name.npos); in showInstrProfile()
687 if (ShowAllFunctions || !ShowFunction.empty()) in showInstrProfile()
732 const std::string &ShowFunction, in showSampleProfile() argument
744 if (ShowAllFunctions || ShowFunction.empty()) in showSampleProfile()
747 Reader->dumpFunctionProfile(ShowFunction, OS); in showSampleProfile()
777 cl::opt<std::string> ShowFunction("function", in show_main() local
802 if (ShowAllFunctions && !ShowFunction.empty()) in show_main()
811 ShowAllFunctions, ShowFunction, TextFormat, OS); in show_main()
[all …]