Searched refs:BoolOption (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 1298 HANDLE_DWARF_SECTION(DebugAbbrev, ".debug_abbrev", "debug-abbrev", BoolOption) 1299 HANDLE_DWARF_SECTION(DebugAddr, ".debug_addr", "debug-addr", BoolOption) 1301 BoolOption) 1306 BoolOption) 1311 HANDLE_DWARF_SECTION(DebugMacro, ".debug_macro", "debug-macro", BoolOption) 1312 HANDLE_DWARF_SECTION(DebugNames, ".debug_names", "debug-names", BoolOption) 1314 BoolOption) 1316 BoolOption) 1318 "debug-gnu-pubnames", BoolOption) 1320 "debug-gnu-pubtypes", BoolOption) [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 56 struct BoolOption : public OffsetOption {}; struct 94 template <> class parser<BoolOption> final : public basic_parser<BoolOption> { 99 bool parse(Option &O, StringRef ArgName, StringRef Arg, BoolOption &Val) { in parse()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 406 // BoolOption 509 multiclass BoolOption<string prefix = "", string spelling_base, 537 /// Creates a BoolOption where both of the flags are prefixed with "f", are in 544 defm NAME : BoolOption<"f", flag_base, kpm, default, flag1, flag2, both>, 548 // Creates a BoolOption where both of the flags are prefixed with "g" and have 555 defm NAME : BoolOption<"g", flag_base, kpm, default, flag1, flag2, both>, 562 defm NAME : BoolOption<"m", flag_base, kpm, default, flag1, flag2, both>, 566 /// Creates a BoolOption where both of the flags are prefixed with "W", are in 573 defm NAME : BoolOption<"W", flag_base, kpm, default, flag1, flag2, both>, 577 // Works like BoolOption except without marshalling [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | OptParser.td | 243 // Implementation detail of BoolOption.
|