Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp40 static cl::OptionCategory SizeDiffCategory("llvm-remark-size-diff options"); variable
42 cl::cat(SizeDiffCategory),
45 cl::cat(SizeDiffCategory),
48 cl::cat(SizeDiffCategory),
52 ParserFormat("parser", cl::cat(SizeDiffCategory), cl::init(bitstream),
57 "report_style", cl::cat(SizeDiffCategory),
62 static cl::opt<bool> PrettyPrint("pretty", cl::cat(SizeDiffCategory),
509 cl::HideUnrelatedOptions(SizeDiffCategory); in main()