Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2157 size_t ShownFunctions = 0; in showInstrProfile() local
2238 if (!ShownFunctions) in showInstrProfile()
2241 ++ShownFunctions; in showInstrProfile()
2293 OS << "Functions shown: " << ShownFunctions << "\n"; in showInstrProfile()
2316 if (ShownFunctions && ShowIndirectCallTargets) { in showInstrProfile()
2322 if (ShownFunctions && ShowMemOPSizes) { in showInstrProfile()