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

/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp109 size_t ShownFunctions = 0, TotalFunctions = 0; local
121 if (!ShownFunctions)
123 ++ShownFunctions;
146 OS << "Functions shown: " << ShownFunctions << "\n"; local

Completed in 174 milliseconds