Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dcl_arguments.py46 format_group = parser.add_argument_group("Output Format")
49 format_group.add_argument("-q", "--quiet",
52 format_group.add_argument("-s", "--succinct",
57 format_group.add_argument("-v", "--verbose",
61 format_group.add_argument("-vv", "--echo-all-commands",
66 format_group.add_argument("-a", "--show-all",
70 format_group.add_argument("-o", "--output",
74 format_group.add_argument("--no-progress-bar",
83 format_group.add_argument(
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A Darguments.py221 format_group = output.add_mutually_exclusive_group()
222 format_group.add_argument(
230 format_group.add_argument(
238 format_group.add_argument(
247 format_group.add_argument(
255 format_group.add_argument(
/llvm-project-15.0.7/llvm/utils/
H A Dextract-section.py57 format_group = arg_parser.add_mutually_exclusive_group() variable
58 format_group.add_argument('-b', dest='format', action='store_const', const='bits',
65 format_group.add_argument('-h', dest='format', action='store_const', const='hex',