/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">, 30 def attach_pid: Separate<["--", "-"], "attach-pid">, 34 def: Separate<["-"], "p">, 55 def script_language: Separate<["--", "-"], "script-language">, 59 def: Separate<["-"], "l">, 84 def repl_language: Separate<["--", "-"], "repl-language">, 88 def: Separate<["-"], "R">, 124 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)>, 129 def ignore_auto_link_option : Separate<["--"], "ignore-auto-link-option">, 132 Alias<!cast<Separate>(ignore_auto_link_option)>, 200 def arch : Separate<["-"], "arch">, 204 def o : Separate<["-"], "o">, 219 def weak_library : Separate<["-"], "weak_library">, 227 def needed_library : Separate<["-"], "needed_library">, 235 def reexport_library : Separate<["-"], "reexport_library">, 244 def upward_library : Separate<["-"], "upward_library">, [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-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/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/clang/include/clang/Driver/ |
H A D | Options.td | 680 def ccc_gcc_name : Separate<["-"], "ccc-gcc-name">, InternalDriverOpt, 687 def ccc_install_dir : Separate<["-"], "ccc-install-dir">, InternalDebugOpt, 700 def ccc_arcmt_migrate : Separate<["-"], "ccc-arcmt-migrate">, InternalDriverOpt, 702 def arcmt_migrate_report_output : Separate<["-"], "arcmt-migrate-report-output">, 716 def gen_cdb_fragment_path: Separate<["-"], "gen-cdb-fragment-path">, InternalDebugOpt, 727 def ccc_objcmt_migrate : Separate<["-"], "ccc-objcmt-migrate">, 1017 def Xanalyzer : Separate<["-"], "Xanalyzer">, 1021 def Xarch_host : Separate<["-"], "Xarch_host">, Flags<[NoXarchOption]>, 1023 def Xarch_device : Separate<["-"], "Xarch_device">, Flags<[NoXarchOption]>, 1025 def Xassembler : Separate<["-"], "Xassembler">, [all …]
|
/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/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)>, 112 def Ttext_segment: Separate<["-", "--"], "Ttext-segment">; 145 def chroot: Separate<["--"], "chroot">; 568 def: Separate<["-"], "dT">, Alias<default_script>, HelpText<"Alias for --default-script">; 569 def: Separate<["-"], "f">, Alias<auxiliary>, HelpText<"Alias for --auxiliary">; 581 def: Separate<["-"], "F">, Alias<filter>, HelpText<"Alias for --filter">; 582 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/contrib/llvm-project/llvm/include/llvm/Remarks/ |
H A D | RemarkSerializer.h | 29 Separate, // A mode where the metadata is serialized separately from the enumerator
|
/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()
|
H A D | BitstreamRemarkSerializer.cpp | 333 assert(Mode == SerializerMode::Separate && in BitstreamRemarkSerializer() 344 Helper(Mode == SerializerMode::Separate in BitstreamRemarkSerializer()
|
/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-cxxfilt/ |
H A D | Opts.td | 14 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>;
|
/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-symbolizer/ |
H A D | Opts.td | 11 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>; 67 def : Separate<["--"], "exe">, Alias<obj_EQ>, HelpText<"Alias for --obj">, MetaVarName<"<file>">;
|
/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>;
|