Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/tools/llvm-ml/
DOpts.td12 HelpText<"ML.EXE COMPATIBILITY OPTIONS">;
20 HelpText<"UNSUPPORTED ML.EXE COMPATIBILITY OPTIONS">;
31 HelpText<"Display available options">;
33 def assemble_only : MLFlag<"c">, HelpText<"Assemble only; do not link">;
35 HelpText<"Define <macro> to <value> (or blank if <value> "
37 def output_file : MLJoinedOrSeparate<"Fo">, HelpText<"Names the output file">;
39 HelpText<"Sets path for include files">;
41 HelpText<"Mark resulting object files as either containing no "
46 HelpText<"Assemble source file with name not ending with "
50 HelpText<"Target platform (x86 or x86-64)">;
[all …]
/external/clang/include/clang/Driver/
DCC1Options.td23 HelpText<"Target a specific cpu type">;
25 HelpText<"Target specific attributes">;
27 HelpText<"Specify target triple (e.g. i686-apple-darwin9)">;
29 HelpText<"Target a particular ABI type">;
34 HelpText<"Target linker version">;
37 HelpText<"Which unit to use for fp math">;
44 HelpText<"Generate unoptimized CFGs for all analyses">;
46 HelpText<"Add C++ implicit destructors to CFGs for all analyses">;
49 HelpText<"Source Code Analysis - Abstract Memory Store Models">;
53 HelpText<"Source Code Analysis - Symbolic Constraint Engines">;
[all …]
DCLCompatOptions.td15 HelpText<"CL.EXE COMPATIBILITY OPTIONS">;
56 HelpText<"Emit an object file which can be reproduced over time">,
59 HelpText<"Emit an object file which cannot be reproduced over time">,
62 HelpText<"Don't discard comments when preprocessing">, Alias<C>;
63 def _SLASH_c : CLFlag<"c">, HelpText<"Compile only">, Alias<c>;
64 def _SLASH_D : CLJoinedOrSeparate<"D">, HelpText<"Define macro">,
66 def _SLASH_E : CLFlag<"E">, HelpText<"Preprocess to stdout">, Alias<E>;
67 def _SLASH_fp_except : CLFlag<"fp:except">, HelpText<"">, Alias<ftrapping_math>;
69 HelpText<"">, Alias<fno_trapping_math>;
70 def _SLASH_fp_fast : CLFlag<"fp:fast">, HelpText<"">, Alias<ffast_math>;
[all …]
DOptions.td146 Group<internal_Group>, HelpText<"DRIVER OPTIONS">;
149 Group<internal_Group>, HelpText<"DEBUG/DEVELOPMENT OPTIONS">;
155 HelpText<"Set the driver mode to either 'gcc', 'g++', 'cpp', or 'cl'">;
158 HelpText<"Set the rsp quoting to either 'posix', or 'windows'">;
160 HelpText<"Name for native GCC compiler">,
163 HelpText<"Use lazy PCH for precompiled headers">;
165 HelpText<"Use pretokenized headers for precompiled headers">;
170 HelpText<"Simulate installation in the given directory">;
172 HelpText<"Dump list of actions to perform">;
174 HelpText<"Show bindings of tools to actions">;
[all …]
/external/llvm-project/lld/lib/Driver/
DDarwinLdOptions.td5 def grp_kind : OptionGroup<"outs">, HelpText<"OUTPUT KIND">;
7 HelpText<"Create relocatable object file">, Group<grp_kind>;
9 HelpText<"Create static executable">, Group<grp_kind>;
11 HelpText<"Create dynamic executable (default)">,Group<grp_kind>;
13 HelpText<"Create dynamic library">, Group<grp_kind>;
15 HelpText<"Create dynamic bundle">, Group<grp_kind>;
17 HelpText<"Create main executable (default)">, Group<grp_kind>;
19 HelpText<"Create binary for use with embedded systems">, Group<grp_kind>;
22 def grp_opts : OptionGroup<"opts">, HelpText<"OPTIMIZATIONS">;
24 HelpText<"Remove unreference code and data">, Group<grp_opts>;
[all …]
/external/llvm-project/lld/MachO/
DOptions.td9 HelpText<"Display help for hidden options">;
11 HelpText<"Alias for --color-diagnostics=always">;
13 HelpText<"Alias for --color-diagnostics=never">;
15 HelpText<"Use colors in diagnostics (default: auto)">,
20 HelpText<"Write tar file containing inputs and command to reproduce link">;
33 def grp_kind : OptionGroup<"kind">, HelpText<"OUTPUT KIND">;
36 HelpText<"Produce a main executable (default)">,
39 HelpText<"Produce a shared library">,
42 HelpText<"Produce a bundle">,
45 HelpText<"Merge multiple object files into one, retaining relocations">,
[all …]
/external/llvm-project/lldb/tools/driver/
DOptions.td11 def grp_attach : OptionGroup<"attaching">, HelpText<"ATTACHING">;
15 HelpText<"Tells the debugger to attach to a process with the given name.">,
19 HelpText<"Alias for --attach-name">,
23HelpText<"Tells the debugger to wait for a process with the given pid or name to launch before att…
27 HelpText<"Alias for --wait-for">,
32 HelpText<"Tells the debugger to attach to a process with the given pid.">,
36 HelpText<"Alias for --attach-pid">,
41 def grp_scripting : OptionGroup<"scripting">, HelpText<"SCRIPTING">;
44 HelpText<"Prints out the path to the lldb.py file for this version of lldb.">,
48 HelpText<"Alias for --python-path">,
[all …]
/external/llvm-project/llvm/tools/llvm-mt/
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 …]
/external/llvm-project/lld/wasm/
DOptions.td12 HelpText<help>;
16 def NAME: Flag<["--", "-"], name>, HelpText<help1>;
17 def no_ # NAME: Flag<["--", "-"], "no-" # name>, HelpText<help2>;
21 def NAME: Flag<["--"], name>, HelpText<help1>;
22 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>;
26 def Bsymbolic: F<"Bsymbolic">, HelpText<"Bind defined symbols locally">;
32 HelpText<"Use colors in diagnostics (default: auto)">,
36 HelpText<"Compress the relocation targets in the code section.">;
42 def emit_relocs: F<"emit-relocs">, HelpText<"Generate relocations in output">;
45 HelpText<"Report unresolved symbols as errors">;
[all …]
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td87 HelpText<"Check for dereferences of null pointers">,
91HelpText<"Check for logical errors for function calls and Objective-C message expressions (e.g., u…
95HelpText<"Check for null pointers passed as arguments to a function whose arguments are references…
99 HelpText<"Check for declarations of VLA of undefined or zero size">,
103 HelpText<"Check for division by zero">,
107 HelpText<"Check for undefined results of binary operators">,
111 HelpText<"Check that addresses to stack memory do not escape the function">,
115 HelpText<"Generate dynamic type information">,
123 HelpText<"Warn about assigning non-{0,1} values to Boolean variables">,
127HelpText<"Check when casting a malloc'ed type T, whether the size is a multiple of the size of T">,
[all …]
/external/llvm-project/llvm/tools/llvm-objcopy/
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 …]
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">;
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">;
/external/llvm-project/lld/ELF/
DOptions.td13 HelpText<help>;
17 def NAME: Flag<["--"], name>, HelpText<help1>;
18 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>;
29 HelpText<help>;
33 def NAME: Flag<["--", "-"], name>, HelpText<help1>;
34 def no_ # NAME: Flag<["--", "-"], "no-" # name>, HelpText<help2>;
39 def Bsymbolic: F<"Bsymbolic">, HelpText<"Bind defined symbols locally">;
42 HelpText<"Bind defined function symbols locally">;
44 def Bdynamic: F<"Bdynamic">, HelpText<"Link against shared libraries (default)">;
46 def Bstatic: F<"Bstatic">, HelpText<"Do not link against shared libraries">;
[all …]
/external/llvm-project/llvm/tools/dsymutil/
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.">,
28 HelpText<"Print statistics about the contribution of each object file to "
37 HelpText<"Run the DWARF verifier on the linked DWARF debug info.">,
41 HelpText<"Do the link in memory, but do not emit the result file.">,
45 HelpText<"Don't check timestamp for swiftmodule files.">,
[all …]
/external/llvm-project/clang/include/clang/Driver/
DOptions.td251 Group<f_Group>, HelpText<!strconcat(pos_prefix, help)>,
255 Group<f_Group>, HelpText<!strconcat(neg_prefix, help)>;
264 Group<f_Group>, HelpText<!strconcat(pos_prefix, help)>;
266 Group<f_Group>, HelpText<!strconcat(neg_prefix, help)>,
272 def fno_#NAME : Flag<["-"], "fno-"#name>, HelpText<neg_help>;
273 def f#NAME : Flag<["-"], "f"#name>, HelpText<pos_help>,
303 Group<internal_Group>, HelpText<"DRIVER OPTIONS">;
306 Group<internal_Group>, HelpText<"DEBUG/DEVELOPMENT OPTIONS">;
312 HelpText<"Set the driver mode to either 'gcc', 'g++', 'cpp', or 'cl'">;
315 HelpText<"Set the rsp quoting to either 'posix', or 'windows'">;
[all …]
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
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 …]
/external/llvm-project/lld/MinGW/
DOptions.td10 HelpText<help>;
16 HelpText<help>;
20 def NAME: Flag<["--", "-"], name>, HelpText<help1>;
21 def no_ # NAME: Flag<["--", "-"], "no-" # name>, HelpText<help2>;
25 HelpText<"Add a directory to the library search path">;
29 def Bdynamic: F<"Bdynamic">, HelpText<"Link against shared libraries">;
30 def Bstatic: F<"Bstatic">, HelpText<"Do not link against shared libraries">;
32 HelpText<"Don't automatically import data symbols from other DLLs without dllimport">;
34 HelpText<"Don't do automatic imports that require runtime fixups">;
37 HelpText<"Automatically import data symbols from other DLLs where needed">;
[all …]
/external/llvm-project/llvm/tools/llvm-rc/
DOpts.td8 HelpText<"Change the output file location.">;
11 HelpText<"Define a symbol for the C preprocessor.">;
13 HelpText<"Undefine a symbol for the C preprocessor.">;
16 HelpText<"Set the default language identifier.">;
18 HelpText<"Set the default language name.">;
20 def includepath : Separate<[ "/", "-" ], "I">, HelpText<"Add an include path.">;
21 def noinclude : Flag<[ "/", "-" ], "X">, HelpText<"Ignore 'include' variable.">;
24 HelpText<"Null-terminate all strings in the string table.">;
27 HelpText<"Suppress warnings on duplicate resource IDs.">;
29 def verbose : Flag<[ "/", "-" ], "V">, HelpText<"Be verbose.">;
[all …]
/external/llvm-project/llvm/tools/llvm-symbolizer/
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>;
20 def basenames : Flag<["--"], "basenames">, HelpText<"Strip directory names from paths">;
25 def functions_EQ : Joined<["--"], "functions=">, HelpText<"Print function name for a given address"…
48 def : Flag<["-"], "a">, Alias<addresses>, HelpText<"Alias for --addresses">;
50 def : Flag<["-"], "C">, Alias<demangle>, HelpText<"Alias for --demangle">;
51 def : Joined<["--"], "exe=">, Alias<obj_EQ>, HelpText<"Alias for --obj">, MetaVarName<"<file>">;
52 def : Separate<["--"], "exe">, Alias<obj_EQ>, HelpText<"Alias for --obj">, MetaVarName<"<file>">;
[all …]
/external/llvm-project/llvm/unittests/Option/
DOpts.td7 def A : Flag<["-"], "A">, HelpText<"The A option">, Flags<[OptFlag1]>;
9 def B : Joined<["-"], "B">, HelpText<"The B option">, MetaVarName<"B">, Flags<[OptFlag2]>;
10 def C : Separate<["-"], "C">, HelpText<"The C option">, MetaVarName<"C">, Flags<[OptFlag1]>;
11 def SLASH_C : Separate<["/", "-"], "C">, HelpText<"The C option">, MetaVarName<"C">, Flags<[OptFlag…
12 def D : CommaJoined<["-"], "D">, HelpText<"The D option">, MetaVarName<"D">;
14 def F : JoinedOrSeparate<["-"], "F">, HelpText<"The F option">, MetaVarName<"F">;
15 def G : JoinedAndSeparate<["-"], "G">, HelpText<"The G option">, MetaVarName<"G">;
33 def Blorp : Flag<["-", "--"], "blorp">, HelpText<"The blorp option">, Flags<[OptFlag1]>;
34 def Blarn : Flag<["--", "-"], "blarn">, HelpText<"The blarn option">, Flags<[OptFlag1]>;
35 def Cramb : Joined<["/"], "cramb:">, HelpText<"The cramb option">, MetaVarName<"CRAMB">, Flags<[Opt…
[all …]
/external/llvm-project/llvm/tools/llvm-cvtres/
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">;
/external/llvm-project/llvm/tools/llvm-lipo/
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 …]
/external/llvm-project/lld/COFF/
DOptions.td10 Joined<["/", "-", "/?", "-?"], name#":">, HelpText<help>;
20 def "" : F<name>, HelpText<help_on>;
21 def _no : F<name#":no">, HelpText<help_off>;
36 HelpText<"Alias for --color-diagnostics=always">;
38 HelpText<"Alias for --color-diagnostics=never">;
40 HelpText<"Use colors in diagnostics (default: auto)">,
59 HelpText<"Act like lib.exe; must be first argument if present">;
63 HelpText<"Write repro.tar containing inputs and command to reproduce link">;
65 HelpText<"Ignore environment variables like %LIB%">;
71 HelpText<"Save temporary files instead of deleting them">;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
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">;

123