Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp190 auto PrintDiffList = [&](SmallVector<FunctionDiff> &FunctionDiffList) { in printDiffsCategorizedByFilesPresent() local
208 PrintDiffList(DiffsByFilesPresent.OnlyInA); in printDiffsCategorizedByFilesPresent()
209 PrintDiffList(DiffsByFilesPresent.OnlyInB); in printDiffsCategorizedByFilesPresent()
210 PrintDiffList(DiffsByFilesPresent.InBoth); in printDiffsCategorizedByFilesPresent()