Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp39 enum ReportStyleOptions { human_output, json_output }; enum
56 static cl::opt<ReportStyleOptions> ReportStyle(
58 cl::init(ReportStyleOptions::human_output),