| /freebsd/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Options.td | 4 class S<string name>: Separate<["--", "-"], name>; 13 def attach_name: Separate<["--", "-"], "attach-name">, 17 def: Separate<["-"], "n">, 32 def attach_pid: Separate<["--", "-"], "attach-pid">, 36 def: Separate<["-"], "p">, 57 def script_language: Separate<["--", "-"], "script-language">, 61 def: Separate<["-"], "l">, 86 def repl_language: Separate<["--", "-"], "repl-language">, 90 def: Separate<["-"], "R">, 126 def one_line_on_crash: Separate<["--", "-"], "one-line-on-crash">, [all …]
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 52 def reproduce: Separate<["--"], "reproduce">, 55 Alias<!cast<Separate>(reproduce)>, 136 def irpgo_profile: Separate<["--"], "irpgo-profile">, Group<grp_lld>; 138 Alias<!cast<Separate>(irpgo_profile)>, MetaVarName<"<profile>">, 153 def irpgo_profile_sort: Separate<["--"], "irpgo-profile-sort">, Group<grp_lld>; 155 Alias<!cast<Separate>(irpgo_profile_sort)>, MetaVarName<"<profile>">, 169 def ignore_auto_link_option : Separate<["--"], "ignore-auto-link-option">, 172 Alias<!cast<Separate>(ignore_auto_link_option)>, 191 def load_pass_plugins : Separate<["--"], "load-pass-plugin">, Group<grp_lld>; 193 Alias<!cast<Separate>(load_pass_plugins)>, [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | Options.td | 8 def build_accelerator: Separate<["--", "-"], "build-accelerator">, 23 def linker: Separate<["--", "-"], "linker">, 48 def tombstone: Separate<["--", "-"], "tombstone">, 58 def threads: Separate<["--", "-"], "num-threads">, 63 def: Separate<["-"], "j">,
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
| H A D | Opts.td | 9 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>; 22 def : Separate<["--", "-"], "arch">, Alias<arch_EQ>;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ObjdumpOpts.td | 9 def NAME : Separate<["--"], name>; 11 Alias<!cast<Separate>(NAME)>, 140 def mllvm : Separate<["-"], "mllvm">, HelpText<"Specify an argument to forward to LLVM's CommandLin… 174 def : Separate<["--"], "section">, Alias<section_EQ>; 225 def : Separate<["--"], "triple">, 295 def : Separate<["--"], "dsym">, 378 def dis_symname : Separate<["--"], "dis-symname">, 389 def : Separate<["--"], "arch">,
|
| H A D | OtoolOpts.td | 7 def arch : Separate<["-"], "arch">, 21 def p : Separate<["-"], "p">,
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | LLGSOptions.td | 8 def NAME: Separate<["--", "-"], name>, 11 Alias<!cast<Separate>(NAME)>;
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | Opts.td | 4 class Arg<string name, string help> : Separate<["-"], name>, HelpText<help>; 8 def : Separate<["-", "--"], name>, Alias<!cast<Joined>(NAME #_EQ)>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 683 def ccc_gcc_name : Separate<["-"], "ccc-gcc-name">, InternalDriverOpt, 690 def ccc_install_dir : Separate<["-"], "ccc-install-dir">, InternalDebugOpt, 705 def gen_cdb_fragment_path: Separate<["-"], "gen-cdb-fragment-path">, InternalDebugOpt, 934 def Xanalyzer : Separate<["-"], "Xanalyzer">, 951 def Xarch_host : Separate<["-"], "Xarch_host">, Flags<[NoXarchOption]>, 953 def Xarch_device : Separate<["-"], "Xarch_device">, Flags<[NoXarchOption]>, 955 def Xassembler : Separate<["-"], "Xassembler">, 958 def Xclang : Separate<["-"], "Xclang">, 962 def Xclangas : Separate<["-"], "Xclangas">, 974 def Xcuda_fatbinary : Separate<["-"], "Xcuda-fatbinary">, [all …]
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Options.td | 11 def NAME: Separate<["--"], name>; 12 def NAME # _eq: Joined<["--"], name # "=">, Alias<!cast<Separate>(NAME)>, 27 def NAME: Separate<["--", "-"], name>; 28 def NAME # _eq: Joined<["--", "-"], name # "=">, Alias<!cast<Separate>(NAME)>, 116 def Ttext_segment: Separate<["-", "--"], "Ttext-segment">; 162 def chroot: Separate<["--"], "chroot">; 598 def: Separate<["-"], "dT">, Alias<default_script>, HelpText<"Alias for --default-script">; 599 def: Separate<["-"], "f">, Alias<auxiliary>, HelpText<"Alias for --auxiliary">; 611 def: Separate<["-"], "F">, Alias<filter>, HelpText<"Alias for --filter">; 612 def: Separate<["-"], "b">, Alias<format>, HelpText<"Alias for --format">; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMRemarkStreamer.cpp | 123 *Format, remarks::SerializerMode::Separate, RemarksFile->os()); in setupLLVMOptimizationRemarks() 157 remarks::SerializerMode::Separate, OS); in setupLLVMOptimizationRemarks()
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3588-rock-5b-pcie-srns.dtso | 4 * mode in the SRNS (Separate Reference Clock No Spread) configuration.
|
| H A D | rk3588-rock-5b-pcie-ep.dtso | 4 * in the SRNS (Separate Reference Clock No Spread) configuration.
|
| /freebsd/sys/contrib/device-tree/Bindings/rtc/ |
| H A D | xlnx-rtc.txt | 4 Separate IRQ lines for seconds and alarm
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/ |
| H A D | Opts.td | 4 class S<string name, string help> : Separate<["-", "--"], name>, HelpText<help>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | RemarkStreamer.cpp | 61 if (RemarkSerializer->Mode != remarks::SerializerMode::Separate) in needsSection()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/ |
| H A D | RemarkSerializer.h | 30 Separate, // A mode where the metadata is serialized separately from the enumerator
|
| /freebsd/sys/conf/ |
| H A D | std.debug | 15 options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
| H A D | Opts.td | 7 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>;
|
| /freebsd/sys/contrib/device-tree/Bindings/gnss/ |
| H A D | gnss.txt | 20 - lna-supply : Separate supply for an LNA
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 4 def NAME : Separate<["--"], name>; 6 Alias<!cast<Separate>(NAME)>,
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-strings/ |
| H A D | Opts.td | 9 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
| H A D | Opts.td | 14 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | Opts.td | 13 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>; 48 def : Separate<["--", "-"], "arch">, Alias<arch_EQ>;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | Opts.td | 11 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>; 73 def : Separate<["--"], "exe">, Alias<obj_EQ>, HelpText<"Alias for --obj">, MetaVarName<"<file>">;
|