Home
last modified time | relevance | path

Searched refs:bitcode (Results 1 – 25 of 84) sorted by relevance

1234

/external/llvm/docs/CommandGuide/
Dllvm-link.rst1 llvm-link - LLVM bitcode linker
12 :program:`llvm-link` takes several LLVM bitcode files and links them together
13 into a single LLVM bitcode file. It writes the output file to standard output,
22 to write raw bitcode output if the output stream is a terminal. With this
23 option, :program:`llvm-link` will write raw bitcode regardless of the output
33 Write output in LLVM intermediate language (instead of bitcode).
38 output bitcode file to standard error.
47 This typically includes a message for each bitcode file linked in and for each
Dllvm-extract.rst13 it from the specified LLVM bitcode file. It is primarily used as a debugging
16 In addition to extracting the bitcode of the specified function,
30 refuse to write raw bitcode output if the output stream is a terminal. With
31 this option, :program:`llvm-extract` will write raw bitcode regardless of the
36 Extract the function named *function-name* from the LLVM bitcode. May be
41 Extract the function(s) matching *function-regular-expr* from the LLVM bitcode.
47 Extract the global variable named *global-name* from the LLVM bitcode. May be
53 bitcode. All global variables matching the regular expression will be
67 Write output in LLVM intermediate language (instead of bitcode).
Dllvm-bcanalyzer.rst1 llvm-bcanalyzer - LLVM bitcode analyzer
12 The :program:`llvm-bcanalyzer` command is a small utility for analyzing bitcode
13 files. The tool reads a bitcode file (such as generated with the
15 the bitcode file. The tool can also dump a low level but human readable
16 version of the bitcode file. This tool is probably not of much interest or
17 utility except for those working directly with the bitcode file format. Most
37 Causes :program:`llvm-bcanalyzer` to dump the bitcode in a human readable
39 provides details about the encoding of the bitcode file.
44 bitcode. This ensures that the statistics generated are based on a consistent
65 This just provides the name of the module for which bitcode analysis is being
[all …]
Dllvm-nm.rst1 llvm-nm - list LLVM bitcode and object file's symbol table
12 The :program:`llvm-nm` utility lists the names of symbols from the LLVM bitcode
28 Named object is referenced but undefined in this bitcode file
58 Because LLVM bitcode files typically contain objects that are not considered to
61 symbol in an LLVM bitcode file, even symbols which are defined in the bitcode
Dllvm-dis.rst17 bitcode file and converts it into human-readable LLVM assembly language.
38 write raw bitcode output if the output stream is a terminal. With this option,
39 **llvm-dis** will write raw bitcode regardless of the output device.
Dlli.rst1 lli - directly execute programs from LLVM bitcode
16 **lli** directly executes programs in LLVM bitcode format. It takes a program
17 in LLVM bitcode format and executes it using a just-in-time compiler, if one is
22 If *filename* is not specified, then **lli** reads the LLVM bitcode for the
88 Override the target triple specified in the input bitcode file with the
97 encoded in the bitcode file. See the output of **llc -help** for a list of
Dllvm-as.rst13 LLVM assembly language, translates it to LLVM bitcode, and writes the result
37 write raw bitcode output if the output stream is a terminal. With this option,
38 **llvm-as** will write raw bitcode regardless of the output device.
Dopt.rst32 language format (``.ll``) or the LLVM bitcode format (``.bc``).
43 write raw bitcode output if the output stream is a terminal. With this option,
44 :program:`opt` will write raw bitcode regardless of the output device.
56 Write output in LLVM intermediate language (instead of bitcode).
Dllvm-ar.rst18 to produce archive libraries by LLVM bitcode that can be linked into an
34 Since **llvm-ar** supports bitcode files. The symbol table it creates
35 is in GNU format and includes both native and bitcode files.
91 specified, the entire archive is printed. Printing bitcode files is
120 **llvm-ar** also prints out the file type (B=bitcode, S=symbol
204 bitcode files in the archive.
323 The offset item provides the offset into the archive file where the bitcode
/external/llvm/bindings/ocaml/bitwriter/
Dllvm_bitwriter.mli12 This interface provides an OCaml API for the LLVM bitcode writer, the
15 (** [write_bitcode_file m path] writes the bitcode for module [m] to the file at
21 (** [write_bitcode_to_fd ~unbuffered fd m] writes the bitcode for module
29 the bitcode for module [m]. *)
34 (** [output_bitcode ~unbuffered c m] writes the bitcode for module [m]
/external/llvm/bindings/ocaml/bitreader/
Dllvm_bitreader.mli12 This interface provides an OCaml API for the LLVM bitcode reader, the
17 (** [get_module context mb] reads the bitcode for a new module [m] from the
23 (** [parse_bitcode context mb] parses the bitcode for a new module [m] from the
/external/mesa3d/src/gallium/drivers/r600/
Dllvm_wrapper.cpp11 extern "C" LLVMModuleRef llvm_parse_bitcode(const unsigned char * bitcode, unsigned bitcode_len) in llvm_parse_bitcode() argument
14 llvm::StringRef str((const char*)bitcode, bitcode_len); in llvm_parse_bitcode()
Dllvm_wrapper.h10 LLVMModuleRef llvm_parse_bitcode(const unsigned char * bitcode, unsigned bitcode_len);
/external/llvm/docs/
DLinkTimeOptimization.rst24 treates LLVM bitcode files like native object files and allows mixing and
26 bitcode files. This tight integration between the linker and LLVM optimizer
40 * Input source file ``a.c`` is compiled into LLVM bitcode form.
90 % clang -emit-llvm -c a.c -o a.o # <-- a.o is LLVM bitcode file
95 visible symbol defined in LLVM bitcode file. The linker completes its usual
152 information. This includes native object files as well as LLVM bitcode files.
156 returns that the file is an LLVM bitcode file, the linker then iterates over the
172 content of input LLVM bitcode files. If dead code stripping is enabled then the
183 native object file creating by merging the LLVM bitcode files and applying
191 information about any changes in use of external symbols by LLVM bitcode
[all …]
DGoldPlugin.rst64 You should produce bitcode files from ``clang`` with the option
80 bitcode and native code.
118 $ clang -flto a.c -c -o a.o # <-- a.o is LLVM bitcode file
119 $ ar q a.a a.o # <-- a.a is an archive with LLVM bitcode
130 Once your system ``ld``, ``ar``, and ``nm`` all support LLVM bitcode,
DHowToSubmitABug.rst159 causes an error, and simplify the bitcode file as much as it can to assist
178 bugpoint -run-jit -output=[correct output file] [bitcode file] \
186 bugpoint -run-llc -output=[correct output file] [bitcode file] \
201 with two bitcode files: a *safe* file which can be compiled with the C
208 #. Regenerate the shared object from the safe bitcode file:
215 #. If debugging LLC, compile test bitcode native and link with the shared
225 bitcode:
DGettingStartedVS.rst18 bitcode analyzer and bitcode optimizer. It also contains a test suite that can
26 most standard C programs do compile. Clang can be used to emit bitcode,
166 2. Next, compile the C file into an LLVM bitcode file:
172 This will create the result file ``hello.bc`` which is the LLVM bitcode
/external/llvm/test/Other/
Dextract.ll7 ; llvm-extract uses lazy bitcode loading, so make sure it correctly reads
8 ; from bitcode files in addition to assembly files.
/external/llvm/test/Bindings/OCaml/
Dbitreader.ml58 (* corrupt the bitcode *)
61 output_string oc "not a bitcode file\n";
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_llvm_emit.h37 unsigned char * bitcode, unsigned bitcode_len,
/external/llvm/test/Bitcode/
Ddrop-debug-info.3.5.ll4 ; The bitcode paired with this test was generated by passing this file to
6 ; bitcode.
Dupgrade-global-ctors.ll4 ; Global constructors should no longer be upgraded when reading bitcode.
/external/llvm/test/Bindings/llvm-c/
Dinvalid-bitcode.test3 CHECK: Error parsing bitcode: Unknown attribute kind (48)
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_vlc.h62 uint16_t bitcode; member
84 dst[src->bitcode >> (16 - bits) | i] = src->entry; in vl_vlc_init_table()
/external/llvm/examples/ModuleMaker/
DREADME.txt7 LLVM bitcode file to standard output. It is designed to show some basic

1234