Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp197 DiffsCategorizedByFilesPresent &DiffsByFilesPresent, in printDiffsCategorizedByFilesPresent() argument
222 PrintDiffList(DiffsByFilesPresent.OnlyInA); in printDiffsCategorizedByFilesPresent()
223 PrintDiffList(DiffsByFilesPresent.OnlyInB); in printDiffsCategorizedByFilesPresent()
224 PrintDiffList(DiffsByFilesPresent.InBoth); in printDiffsCategorizedByFilesPresent()
369 DiffsCategorizedByFilesPresent &DiffsByFilesPresent) { in computeDiff() argument
379 DiffsByFilesPresent.addDiff(FuncDiff); in computeDiff()
462 getFunctionDiffListAsJSON(DiffsByFilesPresent.InBoth, BOTH); in outputJSONForAllDiffs()
474 DiffsCategorizedByFilesPresent &DiffsByFilesPresent) { in outputAllDiffs() argument
481 printDiffsCategorizedByFilesPresent(DiffsByFilesPresent, OF->os()); in outputAllDiffs()
495 DiffsCategorizedByFilesPresent &DiffsByFilesPresent) { in tryOutputAllDiffs() argument
[all …]