Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2055 size_t ShownFunctions = 0; in showInstrProfile() local
2131 if (!ShownFunctions) in showInstrProfile()
2134 ++ShownFunctions; in showInstrProfile()
2186 OS << "Functions shown: " << ShownFunctions << "\n"; in showInstrProfile()
2209 if (ShownFunctions && ShowIndirectCallTargets) { in showInstrProfile()
2215 if (ShownFunctions && ShowMemOPSizes) { in showInstrProfile()