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.cpp3030 const std::vector<HotFuncInfo> &PrintValues, in dumpHotFunctionList() argument
3064 for (const auto &R : PrintValues) { in dumpHotFunctionList()
3122 std::vector<HotFuncInfo> PrintValues; in showHotFunctionList() local
3129 PrintValues.emplace_back( in showHotFunctionList()
3134 dumpHotFunctionList(ColumnTitle, ColumnOffset, PrintValues, HotFuncCount, in showHotFunctionList()