Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2263 const std::vector<HotFuncInfo> &PrintValues, in dumpHotFunctionList() argument
2296 for (const HotFuncInfo &R : PrintValues) { in dumpHotFunctionList()
2352 std::vector<HotFuncInfo> PrintValues; in showHotFunctionList() local
2359 PrintValues.emplace_back(HotFuncInfo( in showHotFunctionList()
2363 dumpHotFunctionList(ColumnTitle, ColumnOffset, PrintValues, HotFuncCount, in showHotFunctionList()