Home
last modified time | relevance | path

Searched refs:program (Results 1 – 25 of 763) sorted by relevance

12345678910>>...31

/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_program.py127 program = self.program
145 program = self.program
158 program = self.program
180 program = self.program
187 program.runTests()
196 program = self.program
201 program.runTests()
210 program = self.program
219 program.runTests()
241 program = self.program
[all …]
H A Dtest_discovery.py225 program._do_discovery = do_discovery
240 program.usageExit = usageExit
257 self.assertEqual(program.verbosity, 2)
258 self.assertEqual(program.test, 'tests')
264 self.assertEqual(program.test, 'tests')
270 self.assertEqual(program.test, 'tests')
276 self.assertEqual(program.test, 'tests')
308 self.assertFalse(program.failfast)
309 self.assertFalse(program.catchbreak)
323 self.assertEqual(program.verbosity, 2)
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dmultivalue-stackify.py38 def get_num_defs(program): argument
40 for _, defs in program:
45 def possible_ops(program): argument
72 for _, defs in program:
78 def get_max_uses(program): argument
80 for uses, _ in program:
86 def has_unused_op(program): argument
107 def has_mvp_use(program): argument
122 if len(program) == 1:
126 if len(program) >= 2 and program[-1][0] == program[-2][0]:
[all …]
/llvm-project-15.0.7/llvm/utils/
H A Dcheck-each-file9 program=$2
10 linker=./link-$program
12 rm -f $program
15 rm -f $program
16 echo "rm -f $program" > $linker
17 gmake -n $program >> $linker
30 if [ ! -x $program ]
36 if [ ! -x $program ]
47 program="$2"
85 if [ -z "$program" ]
[all …]
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/attach/
H A DTestVSCode_attach.py20 def spawn_and_wait(program, delay): argument
23 process = subprocess.Popen([program],
75 program = tempfile.mktemp()
76 shutil.copyfile(orig_program, program)
77 shutil.copymode(orig_program, program)
84 if os.path.exists(program):
85 os.unlink(program)
94 self.attach(program=program)
111 self.attach(program=program, waitFor=True)
154 self.attach(program=program,
[all …]
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/
H A DTestVSCode_launch.py27 self.build_and_launch(program)
34 self.assertIn(program, lines[0],
92 self.build_and_launch(program,
121 self.build_and_launch(program,
147 self.build_and_launch(program,
172 self.build_and_launch(program,
217 self.build_and_launch(program,
242 self.build_and_launch(program,
268 self.build_and_launch(program,
398 self.launch(program,
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/
H A DIntegrations.rst9 Apart from being a standalone tool, :program:`clang-tidy` is integrated into
11 integrates :program:`clang-tidy` and `is available`_ in most major editors
14 The following table shows the most well-known :program:`clang-tidy`
58 format. In this integration, you can switch to the :program:`clang-tidy`
67 static analysis using :program:`clang-tidy`. The plugin launches the
68 :program:`clang-tidy` binary from the specified location and parses its
75 QtCreator_ 4.6 integrates :program:`clang-tidy` warnings into the editor
88 :program:`clang-tidy` by means of three other tools. The `ReSharper C++`_
109 use Syntastic_, which includes :program:`clang-tidy`, or `A.L.E.`_,
121 solutions and run the :program:`clang-tidy` inspection on them. The
[all …]
/llvm-project-15.0.7/clang/docs/CommandGuide/
H A Ddiagtool.rst7 :program:`diagtool` *command* [*args*]
12 :program:`diagtool` is a combination of four tools for dealing with diagnostics in :program:`clang`.
17 :program:`diagtool` is separated into several subcommands each tailored to a
31 :program:`diagtool` find-diagnostic-id *diagnostic-name*
38 :program:`diagtool` list-warnings
45 :program:`diagtool` show-enabled [*options*] *filename ...*
52 :program:`diagtool` tree [*diagnostic-group*]
/llvm-project-15.0.7/clang/test/Parser/
H A Dobjc-at-directive-fixit.m14 @tr { }; // expected-error {{unexpected '@' in program}}
16 @finaly { }; // expected-error {{unexpected '@' in program}}
18 @autorelpool { }; // expected-error {{unexpected '@' in program}}
23 id thing = @autoreleasepool { }; // expected-error {{unexpected '@' in program}}
24 (void)@tr { }; // expected-error {{unexpected '@' in program}}
25 bar(@final { }); // expected-error {{unexpected '@' in program}}
26 for(@auto;;) { } // expected-error {{unexpected '@' in program}}
27 [@try]; // expected-error {{unexpected '@' in program}}
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-link.rst4 .. program:: llvm-link
9 :program:`llvm-link` [*options*] *filename ...*
14 :program:`llvm-link` takes several LLVM bitcode files and links them together
23 Enable binary output on terminals. Normally, :program:`llvm-link` will refuse
25 option, :program:`llvm-link` will write raw bitcode regardless of the output
31 :program:`llvm-link` will write its output to standard output.
39 If specified, :program:`llvm-link` prints a human-readable version of the
48 Verbose mode. Print information about what :program:`llvm-link` is doing.
55 If :program:`llvm-link` succeeds, it will exit with 0. Otherwise, if an error
H A Dllvm-readobj.rst4 .. program:: llvm-readobj
9 :program:`llvm-readobj` [*options*] [*input...*]
17 If ``input`` is "``-``", :program:`llvm-readobj` reads from standard
26 :program:`llvm-readobj`:
29 by default. :program:`llvm-readobj` uses `LLVM`.
30 - :program:`llvm-readelf` allows single-letter grouped flags (e.g.
32 :program:`llvm-readobj` does not allow grouping.
33 - :program:`llvm-readelf` provides :option:`-s` as an alias for
37 :program:`llvm-readelf` does not.
220 .. option:: --program-headers, --segments, -l
[all …]
H A Dmlir-tblgen.rst4 .. program:: mlir-tblgen
9 :program:`mlir-tblgen` [*options*] [*filename*]
15 :program:`mlir-tblgen` is a program that translates compiler-related target
17 users of LLVM will not need to use this program. It is used only for writing
22 options common to all :program:`*-tblgen` programs.
H A Dlldb-tblgen.rst4 .. program:: lldb-tblgen
9 :program:`lldb-tblgen` [*options*] [*filename*]
15 :program:`lldb-tblgen` is a program that translates compiler-related target
17 users of LLVM will not need to use this program. It is used only for writing
22 options common to all :program:`*-tblgen` programs.
H A Dclang-tblgen.rst4 .. program:: clang-tblgen
9 :program:`clang-tblgen` [*options*] [*filename*]
15 :program:`clang-tblgen` is a program that translates compiler-related target
17 users of LLVM will not need to use this program. It is used only for writing
22 options common to all :program:`*-tblgen` programs.
H A Dllvm-tblgen.rst4 .. program:: llvm-tblgen
9 :program:`llvm-tblgen` [*options*] [*filename*]
15 :program:`llvm-tblgen` is a program that translates compiler-related target
17 users of LLVM will not need to use this program. It is used only for writing
22 options common to all :program:`*-tblgen` programs.
H A Dllvm-dwarfutil.rst4 .. program:: llvm-dwarfutil
9 :program:`llvm-dwarfutil` [*options*] *input* *output*
14 :program:`llvm-dwarfutil` is a tool to copy and manipulate debug info.
20 If "-" is specified for the input file, the input is read from the program's
22 is written to the standard output stream of the program.
71 :program:`llvm-dwarfutil` with that option equals to the
76 :program:`llvm-objcopy` --only-keep-debug in-file out-file.debug
77 :program:`llvm-objcopy` --strip-debug in-file out-file
78 :program:`llvm-objcopy` --add-gnu-debuglink=out-file.debug out-file
104 Print the version of this program.
[all …]
H A Dlli.rst4 .. program:: lli
9 :program:`lli` [*options*] [*filename*] [*program args*]
14 :program:`lli` directly executes programs in LLVM bitcode format. It takes a program
21 The JIT compiler takes the same arguments as other tools, like :program:`llc`,
24 If `filename` is not specified, then :program:`lli` reads the LLVM bitcode for the
25 program from standard input.
27 The optional *args* specified on the command line are passed to the program as
35 Override the ``argv[0]`` value passed into the executing program.
63 Print out the version of :program:`lli` and exit without doing anything else.
213 If :program:`lli` fails to load the program, it will exit with an exit code of 1.
[all …]
H A Dllvm-ranlib.rst4 .. program:: llvm-ranlib
9 :program:`llvm-ranlib` [*options*] *archive...*
14 :program:`llvm-ranlib` is an alias for the :doc:`llvm-ar <llvm-ar>` tool that
16 :program:`ranlib` tool.
18 Running :program:`llvm-ranlib` is equivalent to running ``llvm-ar s``.
H A Dllvm-strings.rst4 .. program:: llvm-strings
9 :program:`llvm-strings` [*options*] [*input...*]
14 :program:`llvm-strings` is a tool intended as a drop-in replacement for GNU's
15 :program:`strings`, which looks for printable strings in files and writes them
20 :program:`llvm-strings` looks for strings in each ``input`` file specified.
21 Unlike GNU :program:`strings` it looks in the entire input file, regardless of
24 the program reads from the standard input stream.
44 Silently ignored. Present for GNU :program:`strings` compatibility.
111 Display the version of the :program:`llvm-strings` executable.
120 :program:`llvm-strings` exits with a non-zero exit code if there is an error.
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Docl_utilities.c116 cl_program program; in opencl_build_program_from_string() local
120 program = clCreateProgramWithSource(ctx, 1, in opencl_build_program_from_string()
126 err = clBuildProgram(program, 0, NULL, opencl_options, NULL, NULL); in opencl_build_program_from_string()
129 clGetProgramBuildInfo(program, dev, CL_PROGRAM_BUILD_LOG, 0, in opencl_build_program_from_string()
133 clGetProgramBuildInfo(program, dev, CL_PROGRAM_BUILD_LOG, in opencl_build_program_from_string()
139 return program; in opencl_build_program_from_string()
147 cl_program program; in opencl_build_program_from_file() local
169 program = opencl_build_program_from_string(ctx, dev, program_source, in opencl_build_program_from_file()
173 return program; in opencl_build_program_from_file()
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/disconnect/
H A DTestVSCode_disconnect.py36 program = self.getBuildArtifact("a.out")
37 self.build_and_launch(program, disconnectAutomatically=False)
46 self.assertFalse(os.path.exists(program + ".side_effect"))
60 program = self.getBuildArtifact("a.out")
70 self.process = subprocess.Popen([program, sync_file_path])
78 self.assertFalse(os.path.exists(program + ".side_effect"))
83 self.assertTrue(os.path.exists(program + ".side_effect"))
/llvm-project-15.0.7/lldb/docs/man/
H A Dlldb-server.rst6 .. program:: lldb-server
11 | :program:`lldb-server` v[ersion]
12 | :program:`lldb-server` g[dbserver] [*options*]
13 | :program:`lldb-server` p[latform] [*options*]
47 | :program:`lldb-server` g[dbserver] [*options*] [[*host*]:*port*] [[--] *program* *args*...]
103 .. option:: -- program args
105 Launch a program for debugging.
178 lldb-server g :1234 /path/to/program program-argument -- --program-option
182 lldb-server g :1234 -- /path/to/program program-argument --program-option
190 lldb-server g :1234 --attach program-name
[all …]
H A Dlldb.rst6 .. program:: lldb
11 | :program:`lldb` [*options*] *executable*
16 :program:`lldb` is a next generation, high-performance debugger. It is built as
20 :program:`lldb` is the default debugger in Xcode on macOS and supports
263 lldb --arch x86_64 /path/to/program program argument -- --arch armv7
267 lldb --arch x86_64 -- /path/to/program program argument --arch armv7
275 Passing --repl starts :program:`lldb` in REPL mode.
279 Passing --core causes :program:`lldb` to debug the core file.
297 In :program:`lldb` there is a help command which can be used to find
314 program. This would be ~/.lldbinit-lldb for the command line :program:`lldb`
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AVR/
H A Dsections.ll32 ; CHECK-8515: error: Current AVR subtarget does not support accessing extended program memory
33 ; CHECK-tiny40: error: Current AVR subtarget does not support accessing program memory
38 ; CHECK-8515: error: Current AVR subtarget does not support accessing extended program memory
39 ; CHECK-tiny40: error: Current AVR subtarget does not support accessing program memory
44 ; CHECK-8515: error: Current AVR subtarget does not support accessing extended program memory
45 ; CHECK-tiny40: error: Current AVR subtarget does not support accessing program memory
50 ; CHECK-8515: error: Current AVR subtarget does not support accessing extended program memory
51 ; CHECK-tiny40: error: Current AVR subtarget does not support accessing program memory
56 ; CHECK-8515: error: Current AVR subtarget does not support accessing extended program memory
57 ; CHECK-tiny40: error: Current AVR subtarget does not support accessing program memory
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/module/
H A DTestVSCode_module.py19 program = self.getBuildArtifact(program_basename)
20 self.build_and_launch(program)
31 self.assertEqual(program, program_module['path'])
34 …self.vscode.request_evaluate('`%s' % ('target symbols add -s "%s" "%s"' % (program, symbols_path)))
49 self.assertEqual(program, program_module['path'])
81 program = self.getBuildArtifact("a.out")
82 self.build_and_launch(program)

12345678910>>...31