Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp111 SmallVector<FunctionDiff> OnlyInB; member
123 OnlyInB.push_back(FD); in addDiff()
209 PrintDiffList(DiffsByFilesPresent.OnlyInB); in printDiffsCategorizedByFilesPresent()
440 Output["OnlyInB"] = getFunctionDiffListAsJSON(DiffsByFilesPresent.OnlyInB, B); in outputJSONForAllDiffs()