Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2706 size_t ShownFunctions = 0; in showInstrProfile() local
2763 if (!ShownFunctions) in showInstrProfile()
2765 ++ShownFunctions; in showInstrProfile()
2805 if (!ShownFunctions) in showInstrProfile()
2808 ++ShownFunctions; in showInstrProfile()
2860 OS << "Functions shown: " << ShownFunctions << "\n"; in showInstrProfile()
2883 if (ShownFunctions && ShowIndirectCallTargets) { in showInstrProfile()
2889 if (ShownFunctions && ShowMemOPSizes) { in showInstrProfile()