Home
last modified time | relevance | path

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

12345678910>>...51

/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddotest_args.py23 optstr, help=helpstr, action='store_true', **kwargs)
46 group.add_argument('--libcxx-include-dir', help=textwrap.dedent(
50 group.add_argument('--libcxx-library-dir', help=textwrap.dedent(
104 help='The path to LLDB.framework')
108 help='The path to the lldb executable')
119 help='Override the DWARF version.')
138 help='Repeat the test suite for a specified number of times')
150 help='The codesigning identity to use')
171 help='The path to LLDB library directory (containing liblldb)')
186 help='The name of a remote platform to use')
[all …]
/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A Dcl_arguments.py23 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 …]
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Darguments.py179 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 …]
/openbsd/gnu/llvm/clang/utils/analyzer/
H A DSATest.py207 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 …]
/openbsd/gnu/llvm/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>;
/openbsd/gnu/llvm/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">;
26 def : F<"h", "Alias for --help">, Alias<help>;
/openbsd/gnu/llvm/libcxx/utils/libcxx/test/
H A Dparams.py72 help="The target triple to compile the test suite for. This must be "
81 help="The version of the standard to compile the test suite with.",
90 help="Whether to build the test suite with Clang modules enabled.",
98 help="Whether to enable exceptions when compiling the test suite.",
105 help="Whether to enable RTTI when compiling the test suite.",
112 help="""The C++ Standard Library implementation being tested.
134 help="Whether to enable warnings when compiling the test suite.",
141 help="An optional sanitizer to enable when building and running the test suite.",
168 help="Whether to enable tests for experimental C++ Library features.",
189help="Whether to enable assertions when compiling the test suite. This is only meaningful when "
[all …]
/openbsd/usr.sbin/memconfig/
H A Dmemconfig.c113 help(NULL); in main()
171 help("list"); in listfunc()
218 help("set"); in setfunc()
223 help("set"); in setfunc()
228 help("set"); in setfunc()
232 help("set"); in setfunc()
236 help("set"); in setfunc()
251 help("flags"); in setfunc()
294 help("clear"); in clearfunc()
322 help("clear"); in clearfunc()
[all …]
/openbsd/sys/lib/libsa/
H A Dalloc.c139 char *help; in alloc() local
180 help = top; in alloc()
188 panic("heap full (0x%lx+%u)", help, size); in alloc()
190 *(unsigned *)help = ALIGN(size); in alloc()
192 printf("=%p\n", help + ALIGN(sizeof(unsigned))); in alloc()
194 return(help + ALIGN(sizeof(unsigned))); in alloc()
204 help = (char *)*f; in alloc()
207 printf("=%p (origsize %u)\n", help + ALIGN(sizeof(unsigned)), in alloc()
208 *(unsigned *)help); in alloc()
210 return(help + ALIGN(sizeof(unsigned))); in alloc()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp542 LLDB_INSTRUMENT_VA(this, name, help); in AddMultiwordCommand()
555 LLDB_INSTRUMENT_VA(this, name, impl, help); in AddCommand()
565 LLDB_INSTRUMENT_VA(this, name, impl, help, syntax); in AddCommand()
619 void SBCommand::SetHelp(const char *help) { in SetHelp() argument
620 LLDB_INSTRUMENT_VA(this, help); in SetHelp()
623 m_opaque_sp->SetHelp(help); in SetHelp()
626 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() argument
627 LLDB_INSTRUMENT_VA(this, help); in SetHelpLong()
630 m_opaque_sp->SetHelpLong(help); in SetHelpLong()
635 LLDB_INSTRUMENT_VA(this, name, help); in AddMultiwordCommand()
[all …]
/openbsd/gnu/llvm/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>;
/openbsd/gnu/llvm/llvm/utils/
H A Dprepare-code-coverage-artifact.py74 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 …]
/openbsd/gnu/llvm/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>;
/openbsd/gnu/llvm/lldb/examples/python/
H A Dprocess_events.py97 help="Enable verbose logging.",
112 help='The architecture to use when creating the debug target.',
137help='LLDB command interpreter commands to run each time the process stops. This option can be spe…
162 help="Don't show threads when process stops.",
176 help='How many times to run the process in case the process exits.',
184 help='Specify the timeout in seconds to wait for process state change events.',
193 help='Environment variables to set in the inferior process when launching a process.')
200 help='The current working directory when launching a process.',
208 help='Specify a process to attach to by process ID.',
216 help='Specify a process to attach to by name.',
[all …]
/openbsd/gnu/llvm/clang/utils/
H A DFuzzTest203 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 …]
/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Dalloc.c99 char *help; in alloc() local
144 help = OF_claim(0, size, PAGE_SIZE); in alloc()
145 if (help == (char *)-1) in alloc()
148 f = (struct ml *)help; in alloc()
152 (u_long)(help + OVERHEAD), f->size); in alloc()
163 help = (char *)f; in alloc()
165 printf("=%lx (origsize %u)\n", (u_long)(help + OVERHEAD), f->size); in alloc()
170 return (help + OVERHEAD); in alloc()
/openbsd/gnu/gcc/gcc/
H A Dopts.c1267 const char *help = compiler_params[i].help; in print_param_help() local
1270 if (help == NULL || *help == '\0') in print_param_help()
1274 help = _(help); in print_param_help()
1343 help = cl_options[i].help; in print_filtered_help()
1344 if (!help) in print_filtered_help()
1348 help = _(help); in print_filtered_help()
1353 len = tab - help; in print_filtered_help()
1354 opt = help; in print_filtered_help()
1355 help = tab + 1; in print_filtered_help()
1422 else if ((help[i] == '-' || help[i] == '/') in wrap_help()
[all …]
/openbsd/gnu/llvm/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",
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 …]
/openbsd/gnu/llvm/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>;
/openbsd/gnu/llvm/clang/tools/clang-format/
H A Dclang-format-diff.py43 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')
/openbsd/gnu/llvm/clang/utils/ABITest/
H A DABITestGen.py373 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 …]
/openbsd/sys/arch/macppc/stand/
H A Dalloc.c99 char *help; in alloc() local
144 help = OF_claim(0, size, PAGE_SIZE); in alloc()
145 if (help == (char *)-1) in alloc()
148 f = (struct ml *)help; in alloc()
152 (u_long)(help + OVERHEAD), f->size); in alloc()
163 help = (char *)f; in alloc()
165 printf("=%lx (origsize %u)\n", (u_long)(help + OVERHEAD), f->size); in alloc()
170 return (help + OVERHEAD); in alloc()
/openbsd/bin/ed/test/
H A Dg1.r2 help! world
5 help! world
8 help! world
11 help! world
14 help! world
/openbsd/sys/dev/wscons/
H A Dwsemul_vt100_subr.c53 int help; in wsemul_vt100_scrollup() local
60 if (help > 0) { in wsemul_vt100_scrollup()
73 if (help > 0) in wsemul_vt100_scrollup()
90 int help; in wsemul_vt100_scrolldown() local
97 if (help > 0) { in wsemul_vt100_scrolldown()
110 if (help > 0) in wsemul_vt100_scrolldown()
450 if (help > 0) { in wsemul_vt100_handle_csi()
515 if (help > 0) { in wsemul_vt100_handle_csi()
814 int help; in vt100_selectattribute() local
815 help = bgcol; in vt100_selectattribute()
[all …]
/openbsd/gnu/llvm/libcxx/utils/
H A Dsym_diff.py23 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')

12345678910>>...51