| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | dotest_args.py | 23 optstr, help=helpstr, action='store_true', **kwargs) 100 help='The path to LLDB.framework') 104 help='The path to the lldb executable') 109 help='A flag to indicate an out-of-tree debug server is being used') 115 help='Override the DWARF version.') 123 help='Run "setting set SETTING VALUE" before executing any test.') 134 help='Repeat the test suite for a specified number of times') 146 help='The codesigning identity to use') 167 help='The path to LLDB library directory (containing liblldb)') 182 help='The name of a remote platform to use') [all …]
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | cl_arguments.py | 23 help='File or path to include in the test suite') 32 help="Number of workers used for testing", 38 help="Prefix for 'lit' config files") 50 help="Suppress no error output", 53 help="Reduce amount of output." 59 help="Show test output for failures", 68 help="Display all commandlines and output", 76 help="Do not use curses based progress bar", 99 help="Run tests under valgrind", 152 help="Maximum number of tests to run", [all …]
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/ |
| H A D | arguments.py | 179 help="""Run the build commands first, intercept compiler 209 help="""Specifies the output directory for analyzer reports. 219 help="""Specify the title used on generated HTML pages. 229 help="""Cause the results as a set of .plist files.""") 254 help="""Cause the results as a result.sarif file.""") 294 help="""Generate internal analyzer statistics.""") 326 help="""Provide options to pass through to the analyzer's 356 help="""Enable specific checker.""") 362 help="""Disable specific checker.""") 402 help="""Perform only the collect phase of ctu. [all …]
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | SATest.py | 207 help="Add a new project for the analyzer testing.") 218 help="Source type of the new project: " 225 help="Origin link for a git repository") 243 help="Regenerate reference output.") 257 help="Extra checkers to enable") 268 help="Comparing two static analyzer runs in terms of " 285 help="Only show statistics on reports") 288 help="Show change in statistics") 308 help="Run regression system in the docker.") 313 help="Start a shell on docker.") [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-strings/ |
| H A D | Opts.td | 3 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-15.0.7/llvm/tools/llvm-cxxfilt/ |
| H A D | Opts.td | 3 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">; 26 def : F<"h", "Alias for --help">, Alias<help>;
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A D | params.py | 70 help="The target triple to compile the test suite for. This must be " 79 help="The version of the standard to compile the test suite with.", 87 help="Whether to build the test suite with Clang modules enabled.", 95 help="Whether to enable exceptions when compiling the test suite.", 102 help="Whether to enable RTTI when compiling the test suite.", 109 help="""The C++ Standard Library implementation being tested. 131 help="Whether to enable warnings when compiling the test suite.", 138 help="An optional sanitizer to enable when building and running the test suite.", 162 help="Whether to enable tests for experimental C++ Library features.", 184 … help="Whether to enable assertions when compiling the test suite. This is only meaningful when " [all …]
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 541 LLDB_INSTRUMENT_VA(this, name, help); in AddMultiwordCommand() 554 LLDB_INSTRUMENT_VA(this, name, impl, help); in AddCommand() 564 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax); in AddCommand() 618 void SBCommand::SetHelp(const char *help) { in SetHelp() argument 619 LLDB_INSTRUMENT_VA(this, help); in SetHelp() 622 m_opaque_sp->SetHelp(help); in SetHelp() 625 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() argument 626 LLDB_INSTRUMENT_VA(this, help); in SetHelpLong() 629 m_opaque_sp->SetHelpLong(help); in SetHelpLong() 634 LLDB_INSTRUMENT_VA(this, name, help); in AddMultiwordCommand() [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ |
| H A D | tool-name.test | 10 # RUN: llvm-objcopy --help | FileCheck --check-prefix=OBJCOPY %s 11 # RUN: %t/llvm-objcopy-11.exe --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 40 # RUN: %t/llvm-bitcode-strip-10 --help | FileCheck --check-prefix=BITCODE-STRIP %s [all …]
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/ |
| H A D | ToolBase.py | 49 help='do not use colored output on stdout/stderr') 54 help='display timing statistics') 63 help='enable verbose output') 69 help='display the DExTer version and exit') 75 help='suppress warning output') 81 help='run the DExTer codebase unit tests') 85 '--colortest', action='store_true', default=False, help=suppress) 87 '--error-debug', action='store_true', default=False, help=suppress) 91 '--indent-timer-level', type=int, default=1, help=suppress) 98 help='location of working directory') [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/ |
| H A D | run-clang-tidy.py | 229 help='path to clang-tidy binary') 231 help='path to clang-apply-replacements binary') 250 help='regular expression matching the names of the ' 255 help='List of files with line ranges to filter the' 264 help='files to be processed (regex on path)') 265 parser.add_argument('-fix', action='store_true', help='apply fix-its') 266 parser.add_argument('-format', action='store_true', help='Reformat code ' 275 help='Path used to read a compile command database.') 278 help='Additional argument to append to the compiler ' 285 help='Run clang-tidy in quiet mode') [all …]
|
| H A D | clang-tidy-diff.py | 125 help='path to clang-tidy binary') 127 help='strip the smallest prefix containing P slashes') 129 help='custom pattern selecting file paths to check ' 133 help='custom pattern selecting file paths to check ' 138 help='timeout per each file in seconds.') 140 help='apply suggested fixes') 146 help='Use colors in output') 148 help='Path used to read a compile command database.') 155 help='Additional argument to append to the compiler ' 162 help='Run clang-tidy in quiet mode') [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-size/ |
| H A D | Opts.td | 3 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-15.0.7/llvm/utils/ |
| H A D | prepare-code-coverage-artifact.py | 74 parser.add_argument('host_llvm_profdata', help='Path to llvm-profdata') 75 parser.add_argument('host_llvm_cov', help='Path to llvm-cov') 77 help='Path to the directory containing the raw profiles') 79 help='Path to the output directory for html reports') 81 help='Path to an instrumented binary') 83 help='Only merge raw profiles together, skip report ' 86 help='Do not delete raw profiles', action='store_true') 88 help='Specify an existing indexed profile to use') 90 help='Emit a unified report for all binaries') 93 help='Restrict the reporting to the given source paths' [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-tli-checker/ |
| H A D | Opts.td | 3 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-15.0.7/lldb/examples/python/ |
| H A D | process_events.py | 99 help="Enable verbose logging.", 114 help='The architecture to use when creating the debug target.', 139 …help='LLDB command interpreter commands to run each time the process stops. This option can be spe… 164 help="Don't show threads when process stops.", 178 help='How many times to run the process in case the process exits.', 186 help='Specify the timeout in seconds to wait for process state change events.', 195 help='Environment variables to set in the inferior process when launching a process.') 202 help='The current working directory when launching a process.', 210 help='Specify a process to attach to by process ID.', 218 help='Specify a process to attach to by name.', [all …]
|
| /llvm-project-15.0.7/clang/utils/ |
| H A D | FuzzTest | 203 parser.add_option("-v", "--verbose", help="Show more output", 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", 236 help="Characters to insert/replace", 244 group.add_option("", "--no-delete", help="Don't delete characters", 246 group.add_option("", "--no-insert", help="Don't insert strings", 248 group.add_option("", "--no-replace", help="Don't replace strings", 250 group.add_option("", "--no-revert", help="Don't revert changes", [all …]
|
| /llvm-project-15.0.7/llvm/utils/Misc/ |
| H A D | zkill | 145 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", 177 help="Kill processes with CPU usage >= PCT", 180 help="Kill processes with CPU usage <= PCT", 183 help="Kill processes with virtual size >= N (MB)", 186 help="Kill processes with virtual size <= N (MB)", 189 help="Kill processes with RSS >= N", [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-ifs/ |
| H A D | Opts.td | 3 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>;
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-driver/ |
| H A D | symlink-call.test | 8 # 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 19 # RUN: %t/llvm-15 cxxfilt --help | FileCheck %s 21 # RUN: %t/llvm-15.exe cxxfilt --help | FileCheck %s
|
| /llvm-project-15.0.7/clang/tools/clang-format/ |
| H A D | clang-format-diff.py | 43 help='apply edits to files instead of displaying a diff') 45 help='strip the smallest prefix containing P slashes') 47 help='custom pattern selecting file paths to reformat ' 52 help='custom pattern selecting file paths to reformat ' 55 help='let clang-format sort include blocks') 57 help='be more verbose, ineffective without -i') 59 help='formatting style to apply (LLVM, GNU, Google, Chromium, ' 62 help='The name of the predefined style used as a' 67 help='location of binary to use for clang-format')
|
| /llvm-project-15.0.7/clang/utils/ABITest/ |
| H A D | ABITestGen.py | 373 help="add a test index to skip", 388 help="test structure layout", 394 help="do not generate char types", 397 help="do not generate short types", 400 help="do not generate int types", 403 help="do not generate long types", 414 help="do not generate bool types", 417 help="do not generate float types", 426 help="do not generate void* types", 431 help="do not generate enum types", [all …]
|
| /llvm-project-15.0.7/libcxx/utils/ |
| H A D | sym_diff.py | 23 help='Only print symbol names', 27 help='Only print removed symbols', 30 help="Filter all symbols not related to the stdlib", 33 help="Exit with a non-zero status if any symbols " 38 help='The output file. stdout is used if not given', 44 help='The file containing the old symbol list or a library') 47 help='The file containing the new symbol list or a library')
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | Opts.td | 7 class S<string name, string help> : 8 Separate<["/", "-"], name>, HelpText<help>; 10 class JS<string name, string help> : 11 JoinedOrSeparate<["/", "-"], name>, HelpText<help>; 13 class F<string name, string help> : Flag<["/", "-"], name>, HelpText<help>; 34 def help : F<"?", "Display this help and exit.">; 35 def h : F<"H", "Display this help and exit.">, Alias<help>;
|
| /llvm-project-15.0.7/third-party/benchmark/tools/ |
| H A D | compare.py | 57 help="Do not use colors in the terminal output" 83 help='This tool has multiple modes of operation:', 96 help='A benchmark executable or JSON output file') 104 help='A benchmark executable or JSON output file') 109 help='Arguments to pass when running benchmark executables') 120 help='A benchmark executable or JSON output file') 126 help='The first filter, that will be used as baseline') 139 help='Arguments to pass when running benchmark executables') 151 help='A benchmark executable or JSON output file') 157 help='The first filter, that will be used as baseline') [all …]
|