Home
last modified time | relevance | path

Searched refs:HelpText (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/
H A DOpts.td12 HelpText<"ML.EXE COMPATIBILITY OPTIONS">;
20 HelpText<"UNSUPPORTED ML.EXE COMPATIBILITY OPTIONS">;
31 HelpText<"Target platform (x86 or x86-64)">;
33 HelpText<"Lex tokens from a .asm file without assembling">;
35 HelpText<"Treat warnings as errors">;
37 HelpText<"Emit a file with the given type">;
39 HelpText<"Use ATT syntax for output assembly">;
41 HelpText<"Show instruction encodings in output assembly">;
43 HelpText<"Show internal instruction representation in output "
46 HelpText<"Show instructions operands as parsed">;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td4 HelpText<"Display available options (--help-hidden for more)">;
8 HelpText<"Display all available options">;
11 HelpText<"Display the version of this program">;
12 def : Flag<["-"], "v">, Alias<version>, HelpText<"Alias for --version">;
16 HelpText<"Increase the displayed address by the specified offset">;
19 HelpText<"Display all available header information">;
20 def : Flag<["-"], "x">, Alias<all_headers>, HelpText<"Alias for --all-headers">;
23 HelpText<"Target arch to disassemble for, "
26 HelpText<"Display archive header information">;
29 HelpText<"Alias for --archive-headers">;
[all …]
H A DOtoolOpts.td3 def help : Flag<["--"], "help">, HelpText<"print help">;
5 HelpText<"print help for hidden flags">;
8 HelpText<"select slice of universal Mach-O file">;
9 def C : Flag<["-"], "C">, HelpText<"print linker optimization hints">;
10 def d : Flag<["-"], "d">, HelpText<"print data section">;
11 def D : Flag<["-"], "D">, HelpText<"print shared library id">;
12 def f : Flag<["-"], "f">, HelpText<"print universal headers">;
13 def G : Flag<["-"], "G">, HelpText<"print data-in-code table">;
14 def h : Flag<["-"], "h">, HelpText<"print mach header">;
15 def I : Flag<["-"], "I">, HelpText<"print indirect symbol table">;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mt/
H A DOpts.td4 def manifest : Separate<["/", "-"], "manifest">, HelpText<"Used to specify each manifest that need …
5 def identity : Joined<["/", "-"], "identity:">, HelpText<"Not supported">, MetaVarName<"identity">,…
6 def rgs : Joined<["/", "-"], "rgs:">, HelpText<"Not supported">, MetaVarName<"script">, Group<unsup…
7 def tlb : Joined<["/", "-"], "tlb:">, HelpText<"Not supported">, MetaVarName<"file">, Group<unsuppo…
8 def dll : Joined<["/", "-"], "dll:">, HelpText<"Not supported">, MetaVarName<"dll">, Group<unsuppor…
9 def replacements : Joined<["/", "-"], "replacements:">, HelpText<"Not supported">, MetaVarName<"fil…
10 def managed_assembly_name : Joined<["/", "-"], "managedassemblyname:">, HelpText<"Not supported">, …
11 def no_dependency : Flag<["/", "-"], "nodependency">, HelpText<"Not supported">, Group<unsupported>;
12 def category : Flag<["/", "-"], "category">, HelpText<"Not supported">, Group<unsupported>;
13 def no_logo : Flag<["/", "-"], "nologo">, HelpText<"No effect as this tool never writes copyright d…
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonOpts.td7 HelpText<help>;
15 HelpText<"Allow the tool to remove sections even if it would leave "
21 HelpText<"Enable deterministic mode when operating on archives (use "
25 HelpText<"Alias for --enable-deterministic-archives">;
29 HelpText<"Disable deterministic mode when operating on archives (use "
33 HelpText<"Alias for --disable-deterministic-archives">;
36 HelpText<"Preserve access and modification timestamps">;
39 HelpText<"Alias for --preserve-dates">;
42 HelpText<"Remove non-allocated sections outside segments. "
48 HelpText<"Compatible with GNU's --strip-all">;
[all …]
H A DInstallNameToolOpts.td19 HelpText<"Add new rpath">;
22 HelpText<"Add new rpath before other rpaths">;
25 HelpText<"Delete specified rpath">;
28 HelpText<"Delete all rpath directives">;
31 HelpText<"Change rpath path name">;
34 HelpText<"Change dynamic shared library id">;
37 HelpText<"Change dependent shared library install name">;
40 HelpText<"Print the version and exit.">;
44 HelpText<"Alias for --version">;
H A DStripOpts.td3 def output : JoinedOrSeparate<["-"], "o">, HelpText<"Write output to <file>">,
8 HelpText<"Alias for --strip-all">;
10 HelpText<"Disable --strip-all">;
14 HelpText<"Alias for --strip-debug">;
17 HelpText<"Alias for --strip-debug">;
20 HelpText<"Remove Swift symbols">;
H A DObjcopyOpts.td7 HelpText<"Alias for --binary-architecture">;
13 HelpText<"Alias for --target">;
19 HelpText<"Alias for --input-target">;
25 HelpText<"Alias for --output-target">;
36 HelpText<"Compress DWARF debug sections using specified style. Supported "
39 HelpText<"Decompress DWARF debug sections.">;
72 HelpText<"Alias for --only-section">;
91 HelpText<"Alias for --strip-all">;
93 HelpText<"Remove all DWARF .dwo sections from file">;
96 HelpText<"Remove all non-allocated sections outside segments">;
[all …]
H A DBitcodeStripOpts.td20 HelpText<"Print the version and exit.">;
24 HelpText<"Alias for --version">;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DOptions.td5 def grp_general : OptionGroup<"Dsymutil">, HelpText<"Dsymutil Options">;
8 HelpText<"Prints this help output.">,
12 HelpText<"Alias for --help">,
16 HelpText<"Prints the dsymutil version.">,
20 HelpText<"Alias for --version">,
24 HelpText<"Enable verbose mode.">,
28HelpText<"Make a static variable keep the enclosing function even if it would have been omitted ot…
32 HelpText<"Print statistics about the contribution of each object file to "
41 HelpText<"Run the DWARF verifier on the linked DWARF debug info.">,
45 HelpText<"Do the link in memory, but do not emit the result file.">,
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td129 HelpText<"Responsible for essential modeling and assumptions after a "
137 HelpText<"Check for logical errors for function calls and Objective-C "
192 HelpText<"Check for dereferences of null pointers">,
196 HelpText<"Check for null pointers passed as arguments to a function whose "
201 HelpText<"Check for declarations of VLA of undefined or zero size">,
205 HelpText<"Check for division by zero">,
209 HelpText<"Check for undefined results of binary operators">,
213 HelpText<"Generate information about stack address escapes.">,
218 HelpText<"Check that addresses to stack memory do not escape the function">,
223 HelpText<"Generate dynamic type information">,
[all …]
H A DCheckerBase.td86 class HelpText<string text> { string HelpText = text; }
107 /// HelpText<"Check for dereferences of null pointers">;
110 string HelpText;
136 /// HelpText<"Check for inner pointers of C++ containers used after "
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td278 Group<f_Group>, HelpText<pos_prefix # help>;
280 Group<f_Group>, HelpText<neg_prefix # help>;
289 Group<f_Group>, HelpText<pos_prefix # help>;
291 Group<f_Group>, HelpText<neg_prefix # help>;
300 HelpText<pos_prefix # help>;
302 HelpText<neg_prefix # help>;
387 : Flag<["-"], flag.Spelling>, Flags<flag.OptionFlags>, HelpText<flag.Help>,
500 Group<internal_Group>, HelpText<"DRIVER OPTIONS">;
503 Group<internal_Group>, HelpText<"DEBUG/DEVELOPMENT OPTIONS">;
509 HelpText<"Set the driver mode to either 'gcc', 'g++', 'cpp', or 'cl'">;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
H A DOpts.td4 def NAME: Flag<["--", "-"], name>, HelpText<help1>;
5 def no_ # NAME: Flag<["--", "-"], "no-" # name>, HelpText<help2>;
10 HelpText<help>;
14 class F<string name, string help>: Flag<["--", "-"], name>, HelpText<help>;
17 HelpText<"llvm-symbolizer Mach-O Specific Options">;
23 def basenames : Flag<["--"], "basenames">, HelpText<"Strip directory names from paths">;
30 def functions_EQ : Joined<["--"], "functions=">, HelpText<"Print function name for a given address"…
57 def : Flag<["-"], "a">, Alias<addresses>, HelpText<"Alias for --addresses">;
59 def : Flag<["-"], "C">, Alias<demangle>, HelpText<"Alias for --demangle">;
60 def : Joined<["--"], "exe=">, Alias<obj_EQ>, HelpText<"Alias for --obj">, MetaVarName<"<file>">;
[all …]
H A Dllvm-symbolizer.cpp198 const char HelpText[] = " [options] addresses..."; in printHelp() local
199 Tbl.PrintHelp(OS, (ToolName + HelpText).str().c_str(), in printHelp()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cvtres/
H A DOpts.td5 def DEFINE : Joined<["/", "-"], "DEFINE:">, HelpText<"">, MetaVarName<"symbol">;
6 def FOLDDUPS : Flag<["/", "-"], "FOLDDUPS:">, HelpText<"">;
7 def MACHINE : Joined<["/", "-"], "MACHINE:">, HelpText<"">, MetaVarName<"{ARM|ARM64|EBC|IA64|X64|X8…
8 def NOLOGO : Flag<["/", "-"], "NOLOGO">, HelpText<"">;
9 def OUT : Joined<["/", "-"], "OUT:">, HelpText<"">, MetaVarName<"filename">;
10 def READONLY : Flag<["/", "-"], "READONLY">, HelpText<"">;
11 def VERBOSE : Flag<["/", "-"], "VERBOSE">, HelpText<"">;
19 HelpText<"Timestamp for coff header, defaults to current time">;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
H A DLipoOpts.td7 HelpText<"Print the version and exit.">;
11 HelpText<"Specifies the segment alignment for the specified "
17 HelpText<"Specifies the architecture and the corresponding input file">;
24 HelpText<
29 HelpText<"Display the arch_types present in the input file">;
33 HelpText<"Display descriptions of each input file including "
39 HelpText<"Create a thin output file of specified arch_type from the "
44 HelpText<"Create a universal output file containing only the specified "
49 HelpText<"Create a universal binary output file from the input "
55 HelpText<"Replace the specified arch type with the contents of the "
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-dlltool/
H A DOptions.td3 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">;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/
H A DOptions.td10 Joined<["/", "-", "/?", "-?"], name#":">, HelpText<help>;
15 def lst : F<"list">, HelpText<"List contents of .lib file on stdout">;
19 HelpText<"Make .lib point to .obj files instead of copying their contents">;
22 HelpText<"When given no contents, produce an empty .lib file">;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/
H A DOptTable.cpp237 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
244 if (In.HelpText) in findByPrefix()
245 S += In.HelpText; in findByPrefix()
572 StringRef HelpText; member
600 OS.indent(Pad + 1) << OptionHelp[i].HelpText << '\n'; in PrintHelpOptionList()
651 const char *HelpText = getOptionHelpText(Id); in PrintHelp() local
652 if (!HelpText && ShowAllAliases) { in PrintHelp()
655 HelpText = getOptionHelpText(Alias.getID()); in PrintHelp()
658 if (HelpText) { in PrintHelp()
661 GroupedOptionHelp[HelpGroup].push_back({OptName, HelpText}); in PrintHelp()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DWindresOpts.td6 HelpText<help>;
17 HelpText<help>;
24 HelpText<help>;
H A DOpts.td8 Separate<["/", "-"], name>, HelpText<help>;
11 JoinedOrSeparate<["/", "-"], name>, HelpText<help>;
13 class F<string name, string help> : Flag<["/", "-"], name>, HelpText<help>;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DOptTable.h48 const char *HelpText; member
120 return getInfo(id).HelpText; in getOptionHelpText()
H A DOptParser.td78 string HelpText = ?;
92 string HelpText = ?;
142 class HelpText<string text> { string HelpText = text; }
H A DOption.h141 return Info->HelpText; in getHelpText()

12