Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp30 enum ReportStyleOptions { human_output, json_output }; enumerator
47 clEnumValN(json_output, "json", "JSON format")));
463 case json_output: in outputAllDiffs()