Home
last modified time | relevance | path

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

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