Home
last modified time | relevance | path

Searched refs:Separate (Results 1 – 25 of 75) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DOptions.td4 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 DOptions.td52 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 DOptions.td8 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 DObjdumpOpts.td9 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 DOtoolOpts.td7 def arch : Separate<["-"], "arch">,
21 def p : Separate<["-"], "p">,
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A DOpts.td9 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 DOptions.td680 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 DLLGSOptions.td8 def NAME: Separate<["--", "-"], name>,
11 Alias<!cast<Separate>(NAME)>;
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td11 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 DLLVMRemarkStreamer.cpp123 *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 Drk3588-rock-5b-pcie-srns.dtso4 * mode in the SRNS (Separate Reference Clock No Spread) configuration.
H A Drk3588-rock-5b-pcie-ep.dtso4 * in the SRNS (Separate Reference Clock No Spread) configuration.
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkSerializer.h29 Separate, // A mode where the metadata is serialized separately from the enumerator
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dxlnx-rtc.txt4 Separate IRQ lines for seconds and alarm
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A DOpts.td4 class S<string name, string help> : Separate<["-", "--"], name>, HelpText<help>;
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkStreamer.cpp61 if (RemarkSerializer->Mode != remarks::SerializerMode::Separate) in needsSection()
H A DBitstreamRemarkSerializer.cpp333 assert(Mode == SerializerMode::Separate && in BitstreamRemarkSerializer()
344 Helper(Mode == SerializerMode::Separate in BitstreamRemarkSerializer()
/freebsd/sys/conf/
H A Dstd.debug15 options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A DOpts.td7 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>;
/freebsd/sys/contrib/device-tree/Bindings/gnss/
H A Dgnss.txt20 - lna-supply : Separate supply for an LNA
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.td4 def NAME : Separate<["--"], name>;
6 Alias<!cast<Separate>(NAME)>,
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A DOpts.td14 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>;
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/
H A DOpts.td9 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>;
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A DOpts.td11 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 DOpts.td13 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>;
48 def : Separate<["--", "-"], "arch">, Alias<arch_EQ>;

123