| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | CC1Options.td | 23 HelpText<"Target a specific cpu type">; 25 HelpText<"Target specific attributes">; 29 HelpText<"Target a particular ABI type">; 36 HelpText<"Target linker version">; 39 HelpText<"Which unit to use for fp math">; 283 HelpText<"The float ABI to use">; 310 HelpText<"Add dependent library">; 312 HelpText<"Add linker option">; 582 HelpText<"Rewriter playground">; 586 HelpText<"Migrate source code">; [all …]
|
| H A D | CLCompatOptions.td | 15 HelpText<"CL.EXE COMPATIBILITY OPTIONS">; 79 HelpText<"">, Alias<fno_trapping_math>; 82 HelpText<"">, Alias<fno_fast_math>; 108 HelpText<"Display available options">; 128 HelpText<"Disable function inlining">; 134 HelpText<"Disable optimization">; 136 HelpText<"No effect">; 142 HelpText<"Optimize for size">; 144 HelpText<"Optimize for speed">; 153 HelpText<"Display available options">; [all …]
|
| H A D | Options.td | 286 HelpText<"Run the migrator">; 572 HelpText<"CUDA installation path">; 592 HelpText<"HIP device library path">; 594 HelpText<"HIP device library">; 1528 HelpText< 1748 HelpText<"Turn off loop reroller">; 1988 HelpText<"Use Intel MCU ABI">; 2067 HelpText<"Set the stack alignment">; 2071 HelpText<"Enable stack probes">; 2532 HelpText<"Save llvm statistics.">; [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/ |
| H A D | DarwinLdOptions.td | 5 def grp_kind : OptionGroup<"outs">, HelpText<"OUTPUT KIND">; 9 HelpText<"Create static executable">, Group<grp_kind>; 13 HelpText<"Create dynamic library">, Group<grp_kind>; 15 HelpText<"Create dynamic bundle">, Group<grp_kind>; 38 HelpText<"SDK version">, Group<grp_opts>; 41 HelpText<"Source version">, Group<grp_opts>; 191 HelpText<"Emit output as yaml atoms">; 203 HelpText<"Output file path">; 206 HelpText<"Architecture to link">; 209 HelpText<"Alignment for segment/section">; [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/ |
| H A D | Options.td | 17 HelpText<"Alias for --attach-name">, 25 HelpText<"Alias for --wait-for">, 66 HelpText<"Alias for --repl">, 104 HelpText<"Alias for --batch">, 139 HelpText<"Alias for --source">, 181 HelpText<"Alias for --help">; 188 HelpText<"Alias for --core">; 194 HelpText<"Alias for --editor">; 207 HelpText<"Alias for --file">; 214 HelpText<"Alias for --arch">; [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 124 HelpText<"Check for division by zero">, 399 HelpText<"Check unreachable code">, 540 HelpText<"Check improper use of chroot">, 544 HelpText<"Simple lock -> unlock checker">, 792 HelpText<"Checks MPI code">, 816 HelpText<"Model gtest assertion APIs">, 848 HelpText<"Display Control-Flow Graphs">, 852 HelpText<"View Call Graph using GraphViz">, 856 HelpText<"Display Call Graph">, 860 HelpText<"Dump config table">, [all …]
|
| H A D | CheckerBase.td | 33 class HelpText<string text> { string HelpText = text; } 54 string HelpText;
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Options.td | 11 HelpText<help>; 92 HelpText<"Use colors in diagnostics">, 108 HelpText<"Disable new dynamic tags">; 113 HelpText<"Delete temporary local symbols">; 243 HelpText<"Path to file to write output">; 391 HelpText<"Linker option extensions">; 438 HelpText<"Debug new pass manager">; 440 HelpText<"Use new pass manager">; 442 HelpText<"Passes to run during LTO">; 444 HelpText<"Optimization level for LTO">; [all …]
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ |
| H A D | StripOpts.td | 7 HelpText<help>; 14 HelpText<"Enable deterministic mode when stripping archives (use zero " 18 HelpText<"Alias for --enable-deterministic-archives">; 22 HelpText<"Disable deterministic mode when stripping archives (use real " 26 HelpText<"Alias for --disable-deterministic-archives">; 31 HelpText<"Preserve access and modification timestamps">; 36 HelpText< 41 HelpText<"Compatible with GNU strip's --strip-all">; 43 HelpText<"Remove debugging symbols only">; 62 HelpText<"Remove all local symbols except file and section symbols">; [all …]
|
| H A D | ObjcopyOpts.td | 7 HelpText<help>; 48 HelpText<"Alias for --enable-deterministic-archives">; 56 HelpText<"Alias for --disable-deterministic-archives">; 91 HelpText< 97 HelpText<"Remove all debug information">; 101 HelpText<"Remove all section headers">; 109 HelpText< 114 HelpText< 142 HelpText<"Mark all global symbols as weak">; 157 HelpText<"Do not remove file symbols">; [all …]
|
| /freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | Options.td | 3 def m: JoinedOrSeparate<["-"], "m">, HelpText<"Set target machine">; 6 def l: JoinedOrSeparate<["-"], "l">, HelpText<"Generate an import lib">; 9 def D: JoinedOrSeparate<["-"], "D">, HelpText<"Specify the input DLL Name">; 12 def d: JoinedOrSeparate<["-"], "d">, HelpText<"Input .def File">; 15 def k: Flag<["-"], "k">, HelpText<"Kill @n Symbol from export">; 22 def S: JoinedOrSeparate<["-"], "S">, HelpText<"Assembler">; 25 def f: JoinedOrSeparate<["-"], "f">, HelpText<"Assembler Flags">;
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Options.td | 10 Joined<["/", "-", "-?"], name#":">, HelpText<help>; 15 def "" : F<name>, HelpText<help_on>; 16 def _no : F<name#":no">, HelpText<help_off>; 24 HelpText<"Use colors in diagnostics">; 46 HelpText<"Save temporary files instead of deleting them">; 56 HelpText<"Do not use colors in diagnostics">; 69 def manifest : F<"manifest">, HelpText<"Create .manifest file">; 90 HelpText<"Use module-definition file">; 95 def dll : F<"dll">, HelpText<"Create a DLL">; 98 HelpText<"Remove all default libraries">; [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Option/ |
| H A D | OptTable.cpp | 234 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix() 241 if (In.HelpText) in findByPrefix() 242 S += In.HelpText; in findByPrefix() 474 StringRef HelpText; member 502 OS.indent(Pad + 1) << OptionHelp[i].HelpText << '\n'; in PrintHelpOptionList() 553 const char *HelpText = getOptionHelpText(Id); in PrintHelp() local 554 if (!HelpText && ShowAllAliases) { in PrintHelp() 557 HelpText = getOptionHelpText(Alias.getID()); in PrintHelp() 560 if (HelpText) { in PrintHelp() 563 GroupedOptionHelp[HelpGroup].push_back({OptName, HelpText}); in PrintHelp()
|
| /freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | Options.td | 10 Joined<["/", "-", "-?"], name#":">, HelpText<help>; 16 HelpText<"Make .lib point to .obj files instead of copying their contents">;
|
| /freebsd-12.1/contrib/llvm/include/llvm/Option/ |
| H A D | OptTable.h | 47 const char *HelpText; member 115 return getInfo(id).HelpText; in getOptionHelpText()
|
| H A D | OptParser.td | 79 string HelpText = ?; 93 string HelpText = ?; 129 class HelpText<string text> { string HelpText = text; }
|