Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/lldb/tools/driver/
H A DOptions.td17 def: Separate<["-"], "n">,
34 def: Separate<["-"], "p">,
59 def: Separate<["-"], "l">,
88 def: Separate<["-"], "R">,
128 def: Separate<["-"], "k">,
137 def: Separate<["-"], "K">,
146 def: Separate<["-"], "s">,
155 def: Separate<["-"], "S">,
164 def: Separate<["-"], "o">,
173 def: Separate<["-"], "O">,
[all …]
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DOptions.td55 Alias<!cast<Separate>(reproduce)>,
182 def arch : Separate<["-"], "arch">,
186 def o : Separate<["-"], "o">,
574 def u : Separate<["-"], "u">,
578 def U : Separate<["-"], "U">,
624 def map : Separate<["-"], "map">,
820 def init : Separate<["-"], "init">,
926 def e : Separate<["-"], "e">,
940 def dot : Separate<["-"], "dot">,
1095 def A : Separate<["-"], "A">,
[all …]
/freebsd-14.2/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-14.2/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>;
221 def : Separate<["--"], "triple">,
291 def : Separate<["--"], "dsym">,
374 def dis_symname : Separate<["--"], "dis-symname">,
385 def : Separate<["--"], "arch">,
H A DOtoolOpts.td7 def arch : Separate<["-"], "arch">,
21 def p : Separate<["-"], "p">,
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td948 def Xanalyzer : Separate<["-"], "Xanalyzer">,
959 def Xclang : Separate<["-"], "Xclang">,
4289 def init : Separate<["-"], "init">;
4478 def mllvm : Separate<["-"], "mllvm">,
4485 def mmlir : Separate<["-"], "mmlir">,
5493 def umbrella : Separate<["-"], "umbrella">;
6369 def Xflang : Separate<["-"], "Xflang">,
6552 def triple : Separate<["-"], "triple">,
6569 def mfpmath : Separate<["-"], "mfpmath">,
6900 def mtp : Separate<["-"], "mtp">,
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLGSOptions.td8 def NAME: Separate<["--", "-"], name>,
11 Alias<!cast<Separate>(NAME)>;
/freebsd-14.2/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>;
106 def Ttext_segment: Separate<["-", "--"], "Ttext-segment">;
139 def chroot: Separate<["--"], "chroot">;
561 def: Separate<["--", "-"], "library">, Alias<library>;
563 def: Separate<["--", "-"], "library-path">, Alias<library_path>;
623 def opt_remarks_filename: Separate<["--"], "opt-remarks-filename">,
629 def opt_remarks_passes: Separate<["--"], "opt-remarks-passes">,
633 def opt_remarks_format: Separate<["--"], "opt-remarks-format">,
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkSerializer.h29 Separate, // A mode where the metadata is serialized separately from the enumerator
/freebsd-14.2/sys/contrib/device-tree/Bindings/rtc/
H A Dxlnx-rtc.txt4 Separate IRQ lines for seconds and alarm
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/gnss/
H A Dgnss.txt20 - lna-supply : Separate supply for an LNA
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A DOpts.td7 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>;
/freebsd-14.2/sys/conf/
H A Dstd.debug16 options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.td4 def NAME : Separate<["--"], name>;
6 Alias<!cast<Separate>(NAME)>,
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwp/
H A DOpts.td4 class S<string name, string help> : Separate<["-", "--"], name>, HelpText<help>;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-strings/
H A DOpts.td9 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A DOpts.td14 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>;
/freebsd-14.2/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-14.2/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>;
/freebsd-14.2/crypto/openssl/ssl/statem/
H A DREADME.md19 - Separate message flow state from handshake state (in order to better
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td38 def KIND_SEPARATE : OptionKind<"Separate">;
134 class Separate<list<string> prefixes, string name>

123