Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-remarkutil/ !
H A DRemarkSizeDiff.cpp183 DiffsCategorizedByFilesPresent &DiffsByFilesPresent, in printDiffsCategorizedByFilesPresent() argument
208 PrintDiffList(DiffsByFilesPresent.OnlyInA); in printDiffsCategorizedByFilesPresent()
209 PrintDiffList(DiffsByFilesPresent.OnlyInB); in printDiffsCategorizedByFilesPresent()
210 PrintDiffList(DiffsByFilesPresent.InBoth); in printDiffsCategorizedByFilesPresent()
349 DiffsCategorizedByFilesPresent &DiffsByFilesPresent) { in computeDiff() argument
359 DiffsByFilesPresent.addDiff(FuncDiff); in computeDiff()
432 const DiffsCategorizedByFilesPresent &DiffsByFilesPresent, in outputJSONForAllDiffs() argument
439 Output["OnlyInA"] = getFunctionDiffListAsJSON(DiffsByFilesPresent.OnlyInA, A); in outputJSONForAllDiffs()
440 Output["OnlyInB"] = getFunctionDiffListAsJSON(DiffsByFilesPresent.OnlyInB, B); in outputJSONForAllDiffs()
442 getFunctionDiffListAsJSON(DiffsByFilesPresent.InBoth, BOTH); in outputJSONForAllDiffs()
[all …]