Searched refs:bitcode (Results 1 – 25 of 84) sorted by relevance
1234
/external/llvm/docs/CommandGuide/ |
D | llvm-link.rst | 1 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
|
D | llvm-extract.rst | 13 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).
|
D | llvm-bcanalyzer.rst | 1 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 …]
|
D | llvm-nm.rst | 1 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
|
D | llvm-dis.rst | 17 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.
|
D | lli.rst | 1 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
|
D | llvm-as.rst | 13 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.
|
D | opt.rst | 32 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).
|
D | llvm-ar.rst | 18 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/ |
D | llvm_bitwriter.mli | 12 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/ |
D | llvm_bitreader.mli | 12 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/ |
D | llvm_wrapper.cpp | 11 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()
|
D | llvm_wrapper.h | 10 LLVMModuleRef llvm_parse_bitcode(const unsigned char * bitcode, unsigned bitcode_len);
|
/external/llvm/docs/ |
D | LinkTimeOptimization.rst | 24 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 …]
|
D | GoldPlugin.rst | 64 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,
|
D | HowToSubmitABug.rst | 159 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:
|
D | GettingStartedVS.rst | 18 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/ |
D | extract.ll | 7 ; 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/ |
D | bitreader.ml | 58 (* corrupt the bitcode *) 61 output_string oc "not a bitcode file\n";
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_llvm_emit.h | 37 unsigned char * bitcode, unsigned bitcode_len,
|
/external/llvm/test/Bitcode/ |
D | drop-debug-info.3.5.ll | 4 ; The bitcode paired with this test was generated by passing this file to 6 ; bitcode.
|
D | upgrade-global-ctors.ll | 4 ; Global constructors should no longer be upgraded when reading bitcode.
|
/external/llvm/test/Bindings/llvm-c/ |
D | invalid-bitcode.test | 3 CHECK: Error parsing bitcode: Unknown attribute kind (48)
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_vlc.h | 62 uint16_t bitcode; member 84 dst[src->bitcode >> (16 - bits) | i] = src->entry; in vl_vlc_init_table()
|
/external/llvm/examples/ModuleMaker/ |
D | README.txt | 7 LLVM bitcode file to standard output. It is designed to show some basic
|
1234