Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2955 const std::vector<HotFuncInfo> &PrintValues, in dumpHotFunctionList() argument
2989 for (const auto &R : PrintValues) { in dumpHotFunctionList()
3047 std::vector<HotFuncInfo> PrintValues; in showHotFunctionList() local
3054 PrintValues.emplace_back( in showHotFunctionList()
3059 dumpHotFunctionList(ColumnTitle, ColumnOffset, PrintValues, HotFuncCount, in showHotFunctionList()