Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3123 const std::vector<HotFuncInfo> &PrintValues, in dumpHotFunctionList() argument
3157 for (const auto &R : PrintValues) { in dumpHotFunctionList()
3215 std::vector<HotFuncInfo> PrintValues; in showHotFunctionList() local
3222 PrintValues.emplace_back( in showHotFunctionList()
3227 dumpHotFunctionList(ColumnTitle, ColumnOffset, PrintValues, HotFuncCount, in showHotFunctionList()