Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2861 size_t ShownFunctions = 0; in showInstrProfile() local
2918 if (!ShownFunctions) in showInstrProfile()
2920 ++ShownFunctions; in showInstrProfile()
2960 if (!ShownFunctions) in showInstrProfile()
2963 ++ShownFunctions; in showInstrProfile()
3028 OS << "Functions shown: " << ShownFunctions << "\n"; in showInstrProfile()
3049 if (ShownFunctions && ShowIndirectCallTargets) { in showInstrProfile()
3055 if (ShownFunctions && ShowVTables) { in showInstrProfile()
3060 if (ShownFunctions && ShowMemOPSizes) { in showInstrProfile()