Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp203 auto PrintDiffList = [&](SmallVector<FunctionDiff> &FunctionDiffList) { in printDiffsCategorizedByFilesPresent() argument
204 if (FunctionDiffList.empty()) in printDiffsCategorizedByFilesPresent()
206 stable_sort(FunctionDiffList, in printDiffsCategorizedByFilesPresent()
210 for (const auto &FuncDiff : FunctionDiffList) { in printDiffsCategorizedByFilesPresent()