Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp30 enum ReportStyleOptions { human_output, json_output }; enum
42 static cl::opt<ReportStyleOptions> ReportStyle(
44 cl::init(ReportStyleOptions::human_output),