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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp831 size_t ShownFunctions = 0; local
905 if (!ShownFunctions)
908 ++ShownFunctions;
957 OS << "Functions shown: " << ShownFunctions << "\n"; local
980 if (ShownFunctions && ShowIndirectCallTargets) {
986 if (ShownFunctions && ShowMemOPSizes) {

Completed in 105 milliseconds