Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2297 const std::vector<HotFuncInfo> &PrintValues, in dumpHotFunctionList() argument
2330 for (const HotFuncInfo &R : PrintValues) { in dumpHotFunctionList()
2386 std::vector<HotFuncInfo> PrintValues; in showHotFunctionList() local
2393 PrintValues.emplace_back(HotFuncInfo( in showHotFunctionList()
2397 dumpHotFunctionList(ColumnTitle, ColumnOffset, PrintValues, HotFuncCount, in showHotFunctionList()