Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Ddotest_args.py20 optstr, help=helpstr, action="store_true", **kwargs
29 help="Print this help message and exit. Add '-v' for more detailed help.",
39 help=textwrap.dedent(
48 help=textwrap.dedent(
57 help=textwrap.dedent(
67 help=textwrap.dedent(
73 help=textwrap.dedent(
79 help=textwrap.dedent(
85 help=textwrap.dedent(
93 help=textwrap.dedent(
[all …]
/llvm-project/llvm/utils/lit/lit/
H A Dcl_arguments.py24 help="File or path to include in the test suite",
37 help="Number of workers used for testing",
45 help="Prefix for 'lit' config files",
52 help="Add 'NAME' = 'VAL' to the user defined parameters",
61 "-q", "--quiet", help="Suppress no error output", action="store_true"
66 help="Reduce amount of output."
75 help="For failed tests, show all output. For example, each command is"
84 help="Deprecated alias for -v.",
91 help="Enable -v, but for all tests not just failed tests.",
98 help
[all...]
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Darguments.py171 help="""Extend existing compilation database with new entries.
178 dest="build", nargs=argparse.REMAINDER, help="""Command to run."""
195 help="""Run the build commands first, intercept compiler
207 help="""The exit status of '%(prog)s' is the same as the executed
217 help="""Do not run static analyzer against files found in this
228 help="""Specifies the output directory for analyzer reports.
234 help="""Don't remove the build results directory even if no issues
240 help="""Specify the title used on generated HTML pages.
251 help="""Cause the results as a set of .plist files.""",
260 help="""Cause the results as a set of .html and .plist files.""",
[all …]
/llvm-project/clang/utils/analyzer/
H A DSATest.py219 "add", help="Add a new project for the analyzer testing."
223 add_parser.add_argument("name", nargs=1, help="Name of the new project")
230 help="Build mode: 0 for single file project, "
239 help="Source type of the new project: "
247 "--origin", action="store", default="", help="Origin link for a git repository"
250 "--commit", action="store", default="", help="Git hash for a commit to checkout"
257 help="Build projects from the project map and compare results with "
265 help="0 to fail on runtime errors, 1 to fail "
275 help="Regenerate reference output.",
281 help="Call scan-build with " "--override-compiler option.",
[all …]
/llvm-project/libcxx/utils/libcxx/test/
H A Dparams.py160 help="The path of the compiler to use for testing.",
168 help="The target triple to compile the test suite for. This must be "
183 help="The version of the standard to compile the test suite with.",
196 help="The optimization level to use when compiling the test suite.",
208 help="Whether to build the test suite with modules enabled. "
231 help="Whether to enable exceptions when compiling the test suite.",
242 help="Whether to enable RTTI when compiling the test suite.",
253 help="""The C++ Standard Library implementation being tested.
282 help="""Whether the Standard Library being tested is the one that shipped with the system by default.
295 help
[all...]
/llvm-project/llvm/tools/llvm-libtool-darwin/
H A DOpts.td3 class F<string letter, string help> : Flag<["-", "--"], letter>, HelpText<help>;
4 class FF<string name, string help> : Flag<["-", "--"], name>, HelpText<help>;
5 class S<string letter, string help> : Separate<["-", "--"], letter>, HelpText<help>;
6 class SS<string name, string help> : Separate<["-", "--"], name>, HelpText<help>;
7 class JS<string letter, string help> : JoinedOrSeparate<["-", "--"], letter>, HelpText<help>;
9 def help : FF<"help", "Display this help">;
10 def : F<"h", "">, Alias<help>;
/llvm-project/llvm/tools/llvm-strings/
H A DOpts.td3 class F<string letter, string help> : Flag<["-"], letter>, HelpText<help>;
4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>;
6 multiclass Eq<string name, string help> {
8 HelpText<help>;
14 def help : FF<"help", "Display this help">;
21 def : F<"h", "Alias for --help">, Alias<help>;
/llvm-project/clang-tools-extra/clang-tidy/tool/
H A Drun-clang-tidy.py300 help="Allow alpha checkers from clang-analyzer.",
303 "-clang-tidy-binary", metavar="PATH", help="Path to clang-tidy binary."
308 help="Path to clang-apply-replacements binary.",
313 help="Checks filter, when not specified, use clang-tidy default.",
319 help="Specifies a configuration in YAML/JSON format: "
329 help="Specify the path of .clang-tidy or custom config "
338 help="Regular expression matching the names of the "
346 help="Regular expression matching the names of the "
354 help="Regular expression matching the names of the "
361 help
[all...]
H A Dclang-tidy-diff.py155 help="path to clang-tidy binary",
161 help="strip the smallest prefix containing P slashes",
167 help="custom pattern selecting file paths to check "
174 help="custom pattern selecting file paths to check "
181 help="number of tidy instances to be run in parallel.",
184 "-timeout", type=int, default=None, help="timeout per each file in seconds."
187 "-fix", action="store_true", default=False, help="apply suggested fixes"
191 help="checks filter, when not specified, use clang-tidy " "default",
197 help="Specify the path of .clang-tidy or custom config file",
200 parser.add_argument("-use-color", action="store_true", help
[all...]
/llvm-project/llvm/tools/llvm-cxxfilt/
H A DOpts.td3 class F<string letter, string help> : Flag<["-"], letter>, HelpText<help>;
4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>;
11 multiclass Eq<string name, string help> {
13 HelpText<help>;
17 def help : FF<"help", "Display this help">;
28 def : F<"h", "Alias for --help">, Alia
[all...]
/llvm-project/llvm/tools/llvm-debuginfod/
H A DOpts.td3 class F<string name, string help> : Flag<["-"], name>, HelpText<help>;
4 class FF<string name, string help>: Flag<["--"], name>, HelpText<help>;
5 class S<string name, string meta, string help>: Separate<["-"], name>, HelpText<help>, MetaVarName<…
7 def help : FF<"help", "Display available options">;
8 def : F<"h", "Alias for --help">, Alias<help>;
/llvm-project/llvm/test/tools/llvm-objcopy/
H A Dtool-name.test10 # RUN: llvm-objcopy --help | FileCheck --check-prefix=OBJCOPY %s
11 # RUN: %t/llvm-objcopy-11.exe --help | FileCheck --check-prefix=OBJCOPY %s
12 # RUN: %t/powerpc64-unknown-freebsd13-objcopy --help | FileCheck --check-prefix=OBJCOPY %s
19 # RUN: llvm-strip --help | FileCheck --check-prefix=STRIP %s
20 # RUN: %t/strip.exe --help | FileCheck --check-prefix=STRIP %s
21 # RUN: %t/gnu-llvm-strip-10 --help | FileCheck --check-prefix=STRIP %s
29 # RUN: llvm-install-name-tool --help | FileCheck --check-prefix=INSTALL %s
30 # RUN: %t/llvm-install-name-tool-10 --help | FileCheck --check-prefix=INSTALL %s
31 # RUN: %t/install_name_tool.exe --help | FileCheck --check-prefix=INSTALL %s
39 # RUN: llvm-bitcode-strip --help | FileCheck --check-prefix=BITCODE-STRIP %s
[all …]
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/
H A DToolBase.py50 help="do not use colored output on stdout/stderr",
56 help="display timing statistics",
67 help="enable verbose output (overrides --no-warnings)",
74 help="display the DExTer version and exit",
81 help="suppress warning output",
88 help="run the DExTer codebase unit tests",
93 "--colortest", action="store_true", default=False, help=suppress
96 "--error-debug", action="store_true", default=False, help=suppress
100 "--indent-timer-level", type=int, default=1, help=suppress
108 help="location of working directory",
[all …]
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp43 const char *help = nullptr, in CommandPluginInterfaceImplementation() argument
47 : CommandObjectParsed(interpreter, name, help, syntax, flags), in CommandPluginInterfaceImplementation()
591 const char *help) { in AddMultiwordCommand() argument
592 LLDB_INSTRUMENT_VA(this, name, help); in AddMultiwordCommand()
595 new CommandObjectMultiword(*m_opaque_ptr, name, help)); in AddMultiwordCommand()
604 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand() argument
605 LLDB_INSTRUMENT_VA(this, name, impl, help); in AddCommand()
607 return AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand()
614 const char *help, const char *syntax) { in AddCommand() argument
615 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax); in AddCommand()
[all …]
/llvm-project/llvm/utils/
H A Dprepare-code-coverage-artifact.py125 parser.add_argument("host_llvm_profdata", help="Path to llvm-profdata")
126 parser.add_argument("host_llvm_cov", help="Path to llvm-cov")
128 "profile_data_dir", help="Path to the directory containing the raw profiles"
131 "report_dir", help="Path to the output directory for html reports"
138 help="Path to an instrumented binary",
143 help="Only merge raw profiles together, skip report " "generation",
146 "--preserve-profiles", help="Do not delete raw profiles", action="store_true"
149 "--use-existing-profdata", help="Specify an existing indexed profile to use"
154 help="Emit a unified report for all binaries",
162 help="Restrict the reporting to the given source paths"
[all …]
/llvm-project/llvm/tools/llvm-size/
H A DOpts.td3 class F<string letter, string help> : Flag<["-"], letter>, HelpText<help>;
4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>;
6 multiclass Eq<string name, string help> {
8 HelpText<help>;
14 def help : FF<"help", "Display this help">;
28 def : F<"h", "Alias for --help">, Alias<help>;
/llvm-project/llvm/tools/llvm-dwp/
H A DOpts.td3 class F<string name, string help> : Flag<["-", "--"], name>, HelpText<help>;
4 class S<string name, string help> : Separate<["-", "--"], name>, HelpText<help>;
6 def help : F<"help", "Display this help">;
7 def : F<"h", "Alias for --help">, Alias<help>;
/llvm-project/lldb/examples/python/
H A Dprocess_events.py103 help="Enable verbose logging.",
113help='Breakpoint commands to create after the target has been created, the values will be sent to …
120 help="The architecture to use when creating the debug target.",
128help='Specify the platform to use when creating the debug target. Valid values include "localhost"…
138help="LLDB command interpreter commands to run once after the process has launched. This option ca…
148help="LLDB command interpreter commands to run each time the process stops. This option can be spe…
158help="LLDB command interpreter commands to run in case the process crashes. This option can be spe…
168help="LLDB command interpreter commands to run once after the process has exited. This option can …
176 help="Don't show threads when process stops.",
183help="Don't stop executing LLDB commands if the command returns an error. This applies to all of t…
[all …]
/llvm-project/llvm/utils/mlgo-utils/mlgo/corpus/
H A Dextract_ir.py23 higher. Exact values can be found by invoking the script with --help.
40 help="Input file or directory - either compile_commands.json, a linker "
46 help="Input file type - JSON, LLD params, directory, or bazel aquery.",
51 parser.add_argument("--output_dir", type=str, help="Output directory")
55 help="Number of parallel works for objcopy. `None` for maximum available.",
62 help="Path to llvm-objcopy",
69 help="Base directory for object files. Defaults to current working dir.",
76 help="Include only those modules with a command line matching this regular "
87 help="Set if the build was performed with either 'distributed' or 'local' "
99 help
[all...]
/llvm-project/llvm/tools/llvm-tli-checker/
H A DOpts.td3 class F<string name, string help> : Flag<["--"], name>, HelpText<help>;
4 multiclass Eq<string name, string metavar, string help> {
6 HelpText<help>, MetaVarName<metavar>;
10 def help : F<"help", "Display available options">;
11 def : Flag<["-"], "h">, HelpText<"Alias for --help">, Alias<help>;
/llvm-project/clang/utils/
H A DFuzzTest203 parser.add_option("-v", "--verbose", help="Show more output",
205 parser.add_option("-s", "--succinct", help="Reduce amount of output",
209 group.add_option("", "--expected-exit-code", help="Set expected exit code",
213 help="Set additional expected exit code",
217 help="Capture test logs to an output directory",
221 help="Log all outputs (not just failures)",
227 help="Add an input file to fuzz",
230 help="Add a list of inputs files to fuzz (one per line)",
236 help="Characters to insert/replace",
239 action="append", help="Add a replacement string to use",
[all …]
/llvm-project/llvm/test/tools/llvm-driver/
H A Dsymlink-call.test8 # RUN: %t/llvm-cxxfilt --help | FileCheck %s
10 # RUN: %t/llvm-cxxfilt-15 --help | FileCheck %s
12 # RUN: %t/cxxfilt --help | FileCheck %s
14 # RUN: %t/cxxfilt-15 --help | FileCheck %s
16 # RUN: %t/cxxfilt-15.exe --help | FileCheck %s
18 # RUN: %t/c++filt --help | FileCheck %s
21 # RUN: %t/llvm-15 cxxfilt --help | FileCheck %s
23 # RUN: %t/llvm-15.exe cxxfilt --help | FileCheck %s
/llvm-project/clang/utils/ABITest/
H A DABITestGen.py477 help="autogeneration mode (random or linear) [default %default]",
486 help="autogenerate COUNT functions according to MODE",
495 help="start autogeneration with the Nth function type [default %default]",
504 help="maximum index for random autogeneration [default %default]",
512 help="random number generator seed [default %default]",
520 help="use random value for initial random number generator seed",
528 help="add a test index to skip",
538 help="write output to FILE [default %default]",
547 help="write header file for output to FILE [default %default]",
556 help="write function tests to FILE [default %default]",
[all …]
/llvm-project/llvm/utils/Misc/
H A Dzkill145 help="Name of the signal to use (default=%default)",
149 help="List known signal names",
153 help="Only print the actions that would be taken",
156 help="Print more verbose output",
159 help="Enable debugging output",
162 help="Perform the specified commands, even if it seems like a bad idea",
168 help="Kill processes whose name matches the given regexp",
171 help="Kill processes whose executable matches the given regexp",
174 help="Kill processes whose user matches the given regexp",
177 help="Kill processes with CPU usage >= PCT",
[all …]
/llvm-project/llvm/tools/llvm-ifs/
H A DOpts.td3 class F<string letter, string help> : Flag<["-"], letter>, HelpText<help>;
4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>;
6 multiclass Eq<string name, string help> {
7 def NAME #_EQ : Joined<["--"], name #"=">, HelpText<help>;
15 def help : FF<"help", "Display this help">;
16 def : F<"h", "Alias for --help">, Alias<help>;

12345678910>>...31