| /llvm-project/llvm/test/CodeGen/WebAssembly/ |
| H A D | multivalue-stackify.py | 38 def get_num_defs(program): argument 40 for _, defs in program: 45 def possible_ops(program): argument 46 program_defs = get_num_defs(program) 60 program = queue.popleft() 61 if len(program) == MAX_PROGRAM_OPS: 63 for op in possible_ops(program): 65 new_program = program + [op] 70 def get_num_terminal_ops(program): argument 72 for _, defs in program: [all …]
|
| /llvm-project/llvm/utils/ |
| H A D | check-each-file | 9 program=$2 10 linker=./link-$program 11 echo "Building $program with llvm-native-gcc" 12 rm -f $program 13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx 14 echo "Erasing $program and re-linking it" 15 rm -f $program 16 echo "rm -f $program" > $linker 17 gmake -n $program >> $linker 23 echo "$program appears to need a dummy __main function; adding one" [all …]
|
| /llvm-project/lldb/test/API/tools/lldb-dap/launch/ |
| H A D | TestDAP_launch.py | 18 Tests the default launch of a simple program. No arguments, 21 program = self.getBuildArtifact("a.out") 22 self.build_and_launch(program) 24 # Now get the STDOUT and verify our program argument is correct 26 self.assertTrue(output and len(output) > 0, "expect program output") 28 self.assertIn(program, lines[0], "make sure program path is in first argument") 51 Tests the default launch of a simple program that stops at the 54 program = self.getBuildArtifact("a.out") 55 self.build_and_launch(program, stopOnEntr [all...] |
| /llvm-project/lldb/test/API/tools/lldb-dap/attach/ |
| H A D | TestDAP_attach.py | 19 def spawn_and_wait(program, delay): argument 23 [program], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE 48 program = self.getBuildArtifact("a.out") 50 [program], 71 program = tempfile.mktemp() 72 shutil.copyfile(orig_program, program) 73 shutil.copymode(orig_program, program) 81 if os.path.exists(program): 82 os.unlink(program) 88 popen = self.spawnSubprocess(program, [pid_file_pat [all...] |
| H A D | TestDAP_attachByPortNum.py | 64 program = self.getBuildArtifact("a.out") 70 args += [program] 85 self.attach(program=program, gdbRemotePort=port, sourceInitFile=True) 96 program = self.getBuildArtifact("a.out") 106 program=program, 124 program = self.getBuildArtifact("a.out") 128 program=program, gdbRemotePort=port, sourceInitFile=True, expectFailure=True 143 program = self.getBuildArtifact("a.out") 146 args = [program] 153 program=program, gdbRemotePort=port, sourceInitFile=True, expectFailure=True
|
| /llvm-project/clang-tools-extra/docs/clang-tidy/ |
| H A D | Integrations.rst | 9 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` 56 :program:`clang-tidy` via Clangd. Inspections and applicable quick-fixes are 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 76 diagnostics under the `Clang Code Model`_. To employ :program:`clang-tidy` 86 `MS Visual Studio`_ can integrate :program:`clang-tidy` by means of three different tools. [all …]
|
| /llvm-project/lldb/test/API/tools/lldb-dap/console/ |
| H A D | TestDAP_console.py | 54 program = self.getBuildArtifact("a.out") 55 self.build_and_launch(program) 83 program = self.getBuildArtifact("a.out") 84 self.build_and_launch(program, commandEscapePrefix="::") 98 program = self.getBuildArtifact("a.out") 99 self.build_and_launch(program, commandEscapePrefix="") 115 program = self.getBuildArtifact("a.out") 116 self.build_and_launch(program, commandEscapePrefix="") 152 program = self.getBuildArtifact("a.out") 153 self.build_and_launch(program, commandEscapePrefi [all...] |
| /llvm-project/clang/docs/CommandGuide/ |
| H A D | diagtool.rst | 7 :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/clang/test/Parser/ |
| H A D | objc-at-directive-fixit.m | 12 @tr { }; // expected-error {{unexpected '@' in program}} 14 @finaly { }; // expected-error {{unexpected '@' in program}} 16 @autorelpool { }; // expected-error {{unexpected '@' in program}} 21 id thing = @autoreleasepool { }; // expected-error {{unexpected '@' in program}} 22 (void)@tr { }; // expected-error {{unexpected '@' in program}} 23 bar(@final { }); // expected-error {{unexpected '@' in program}} 24 for(@auto;;) { } // expected-error {{unexpected '@' in program}} 25 [@try]; // expected-error {{unexpected '@' in program}}
|
| /llvm-project/lldb/docs/man/ |
| H A D | lldb-server.rst | 6 .. program:: lldb-server 11 | :program:`lldb-server` v[ersion] 12 | :program:`lldb-server` g[dbserver] [*options*] 13 | :program:`lldb-server` p[latform] [*options*] 18 :program:`lldb-server` provides the server counterpart of the LLVM debugger. 19 The server runs and monitors the debugged program, while the user interfaces 47 | :program:`lldb-server` g[dbserver] [*options*] [[*host*]:*port*] [[--] *program* *args*...] 103 .. option:: -- program args 105 Launch a program fo [all...] |
| H A D | lldb.rst | 6 .. 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 137 Tells the debugger to use the specified architecture when starting and running the program. 177 Tells the debugger to use the file <filename> as the program to be debugged. 263 lldb --arch x86_64 /path/to/program program argument -- --arch armv7 267 lldb --arch x86_64 -- /path/to/program program argument --arch armv7 269 Passing one of the attach options causes :program:`lldb` to immediately attach 275 Passing --repl starts :program:`lldb` in REPL mode. [all …]
|
| /llvm-project/lldb/test/API/tools/lldb-dap/disconnect/ |
| H A D | TestDAP_disconnect.py | 33 program = self.getBuildArtifact("a.out") 34 self.build_and_launch(program, disconnectAutomatically=False) 45 self.assertFalse(os.path.exists(program + ".side_effect")) 56 program = self.getBuildArtifact("a.out") 66 self.process = subprocess.Popen([program, sync_file_path]) 74 self.assertFalse(os.path.exists(program + ".side_effect")) 79 self.assertTrue(os.path.exists(program + ".side_effect"))
|
| /llvm-project/llvm/docs/CommandGuide/ |
| H A D | lli.rst | 4 .. program:: lli 9 :program:`lli` [*options*] [*filename*] [*program args*] 14 :program:`lli` directly executes programs in LLVM bitcode format. It takes a program 18 :program:`lli` is *not* an emulator. It will not execute IR of different architectures 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. 48 Causes :program:`lli` to load the plugin (shared object) named *pluginfilename* and use [all …]
|
| H A D | llvm-dwarfutil.rst | 4 .. 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 D | llvm-readobj.rst | 4 .. program:: llvm-readobj 9 :program:`llvm-readobj` [*options*] [*input...*] 14 The :program:`llvm-readobj` tool displays low-level format-specific information 17 If ``input`` is "``-``", :program:`llvm-readobj` reads from standard 23 :program:`llvm-readelf` is an alias for the :manpage:`llvm-readobj` tool with a 25 Following is a list of differences between :program:`llvm-readelf` and 26 :program:`llvm-readobj`: 28 - :program:`llvm-readelf` uses `GNU` for the :option:`--elf-output-style` option 29 by default. :program:`llvm-readobj` uses `LLVM`. 30 - :program:`llvm-readelf` allows single-letter grouped flags (e.g. [all …]
|
| H A D | lldb-tblgen.rst | 4 .. 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 D | mlir-tblgen.rst | 4 .. 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 D | clang-tblgen.rst | 4 .. 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 D | llvm-tblgen.rst | 4 .. 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 D | llvm-strings.rst | 4 .. 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.
|
| H A D | llvm-remarkutil.rst | 4 .. program:: llvm-remarkutil 9 :program:`llvm-remarkutil` [*subcommmand*] [*options*] 31 .. program:: llvm-remarkutil bitstream2yaml 33 USAGE: :program:`llvm-remarkutil` bitstream2yaml <input file> -o <output file> 45 .. program:: llvm-remarkutil yaml2bitstream 47 USAGE: :program:`llvm-remarkutil` yaml2bitstream <input file> -o <output file> 60 .. program:: llvm-remarkutil instruction-count 62 USAGE: :program:`llvm-remarkutil` instruction-count <input file> --parser=<bitstream|yaml> [--use-d… 91 .. program:: llvm-remarkutil annotation-count 93 USAGE: :program:`llvm-remarkutil` annotation-count <input file> --parser=<bitstream|yaml> --annotat… [all …]
|
| /llvm-project/lldb/test/API/tools/lldb-dap/restart/ |
| H A D | TestDAP_restart.py | 20 program = self.getBuildArtifact("a.out") 21 self.build_and_launch(program) 51 program = self.getBuildArtifact("a.out") 52 self.build_and_launch(program, stopOnEntry=True) 95 program = self.getBuildArtifact("a.out") 96 self.build_and_launch(program) 116 "program": program,
|
| /llvm-project/llvm/test/CodeGen/AVR/ |
| H A D | sections.ll | 31 ; CHECK-8515: error: Current AVR subtarget does not support accessing extended program memory 32 ; CHECK-tiny40: error: Current AVR subtarget does not support accessing program memory 37 ; CHECK-8515: error: Current AVR subtarget does not support accessing extended program memory 38 ; CHECK-tiny40: error: Current AVR subtarget does not support accessing program memory 43 ; CHECK-8515: error: Current AVR subtarget does not support accessing extended program memory 44 ; CHECK-tiny40: error: Current AVR subtarget does not support accessing program memory 49 ; CHECK-8515: error: Current AVR subtarget does not support accessing extended program memory 50 ; CHECK-tiny40: error: Current AVR subtarget does not support accessing program memory 55 ; CHECK-8515: error: Current AVR subtarget does not support accessing extended program memory 56 ; CHECK-tiny40: error: Current AVR subtarget does not support accessing program memor [all...] |
| /llvm-project/lldb/tools/lldb-dap/ |
| H A D | README.md | 37 "program": "/tmp/a.out", 63 "program": "/tmp/a.out", 79 "program": "/tmp/a.out", 91 "program": "/tmp/a.out", 101 This loads the coredump file `/cores/123.core` associated with the program 110 "program": "/tmp/a.out" 117 the current machine, that is debugging the program `/tmp/a.out` and listening 125 "program": "/tmp/a.out", 139 "program": "/tmp/a.out", 147 `hostnmame`. Which is debugging the program `/tm [all...] |
| /llvm-project/lldb/test/API/tools/lldb-dap/module/ |
| H A D | TestDAP_module.py | 16 program = self.getBuildArtifact(program_basename) 17 self.build_and_launch(program) 32 self.assertEqual(program, program_module["path"]) 40 "`%s" % ('target symbols add -s "%s" "%s"' % (program, symbols_path)), 57 self.assertEqual(program, program_module["path"]) 87 program = self.getBuildArtifact("a.out") 88 self.build_and_launch(program)
|