Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp108 SmallVector<FunctionDiff> OnlyInA; member
120 OnlyInA.push_back(FD); in addDiff()
208 PrintDiffList(DiffsByFilesPresent.OnlyInA); in printDiffsCategorizedByFilesPresent()
439 Output["OnlyInA"] = getFunctionDiffListAsJSON(DiffsByFilesPresent.OnlyInA, A); in outputJSONForAllDiffs()