Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp60 enum FilesPresent { A, B, BOTH }; enum
84 FilesPresent getFilesPresent() const { in getFilesPresent()
134 FilesPresent FP = FD.getFilesPresent(); in printFunctionDiff()
141 case FilesPresent::A: in printFunctionDiff()
144 case FilesPresent::B: in printFunctionDiff()
147 case FilesPresent::BOTH: in printFunctionDiff()
380 const FilesPresent &WhichFiles) { in getFunctionDiffListAsJSON()