Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2765 size_t ShownFunctions = 0; in showInstrProfile() local
2822 if (!ShownFunctions) in showInstrProfile()
2824 ++ShownFunctions; in showInstrProfile()
2864 if (!ShownFunctions) in showInstrProfile()
2867 ++ShownFunctions; in showInstrProfile()
2930 OS << "Functions shown: " << ShownFunctions << "\n"; in showInstrProfile()
2953 if (ShownFunctions && ShowIndirectCallTargets) { in showInstrProfile()
2959 if (ShownFunctions && ShowVTables) { in showInstrProfile()
2964 if (ShownFunctions && ShowMemOPSizes) { in showInstrProfile()