Home
last modified time | relevance | path

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

1234

/minix3/external/bsd/llvm/dist/llvm/docs/CommandGuide/
H A 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
H A 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).
H A 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 …]
H A 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
H A 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.
H A 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.
H A 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
H A 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).
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/bitwriter/
H A 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]
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/bitreader/
H A 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
/minix3/external/bsd/file/dist/magic/magdir/
H A Dllvm13 0 lelong 0x0b17c0de LLVM bitcode, wrapper
21 0 string BC\xc0\xde LLVM IR bitcode
/minix3/external/bsd/llvm/dist/llvm/test/Other/
H A Dextract.ll7 ; llvm-extract uses lazy bitcode loading, so make sure it correctly reads
8 ; from bitcode files in addition to assembly files.
/minix3/distrib/sets/lists/minix-tests/
H A Dmi15 ./usr/lib/bc minix-tests bitcode,atf
16 ./usr/lib/bc/libatf-c++.a minix-tests bitcode,atf
17 ./usr/lib/bc/libatf-c.a minix-tests bitcode,atf
18 ./usr/lib/bc/liblutok.a minix-tests bitcode,atf
66 ./usr/tests/lib minix-tests bitcode
67 ./usr/tests/lib/csu minix-tests bitcode
68 ./usr/tests/lib/csu/bc minix-tests bitcode
69 ./usr/tests/lib/csu/bc/h_initfini3_dso.a minix-tests bitcode,atf
70 ./usr/tests/lib/libc minix-tests bitcode
71 ./usr/tests/lib/libc/tls minix-tests bitcode
[all …]
/minix3/distrib/sets/lists/minix-comp/
H A Dmi1881 ./usr/lib/bc/libacpi.a minix-comp bitcode
1882 ./usr/lib/bc/libarchive.a minix-comp bitcode
1883 ./usr/lib/bc/libasyn.a minix-comp bitcode
1884 ./usr/lib/bc/libaudiodriver.a minix-comp bitcode
1885 ./usr/lib/bc/libbdev.a minix-comp bitcode
1886 ./usr/lib/bc/libbfd.a minix-comp bitcode,binutils
1887 ./usr/lib/bc/libbind9.a minix-comp bitcode
1888 ./usr/lib/bc/libblacklist.a minix-comp bitcode
1889 ./usr/lib/bc/libblockdriver.a minix-comp bitcode
1890 ./usr/lib/bc/libbz2.a minix-comp bitcode
[all …]
/minix3/external/bsd/llvm/dist/llvm/docs/
H A 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 …]
H A 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,
H A 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:
H A DGettingStarted.rst16 contains an assembler, disassembler, bitcode analyzer and bitcode optimizer. It
22 bitcode. Once compiled into LLVM bitcode, a program can be manipulated with the
149 assemble, disassemble, analyze, and optimize LLVM bitcode. Code generation
400 ``LLVM_LIB_SEARCH_PATH=/path/to/your/bitcode/libs``
403 locations of your bitcode libraries. It is provided only as a convenience
405 C/C++ front-end will automatically use the bitcode files installed in its
812 install bitcode libraries into the GCC front end's bitcode library directory.
813 If you need to update your bitcode libraries, this is the target to use once
956 execute LLVM bitcode files directly. To do this, use commands like this (the
966 This allows you to execute LLVM bitcode files directly. On Debian, you can also
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Bindings/llvm-c/
H A Dinvalid-bitcode.test3 CHECK: Error parsing bitcode: Unknown attribute kind (48)
/minix3/external/bsd/llvm/dist/llvm/test/Bitcode/
H A Dupgrade-global-ctors.ll4 ; Global constructors should no longer be upgraded when reading bitcode.
H A Dvisibility-styles.3.2.ll6 ; older bitcode files.
H A DstandardCIntrinsic.3.2.ll5 ; of older bitcode files.
/minix3/external/bsd/llvm/dist/llvm/test/Bindings/Ocaml/
H A Dbitreader.ml58 (* corrupt the bitcode *)
61 output_string oc "not a bitcode file\n";
/minix3/external/bsd/llvm/dist/llvm/examples/ModuleMaker/
H A DREADME.txt7 LLVM bitcode file to standard output. It is designed to show some basic
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/linker/
H A Dllvm_linker.mli12 This interface provides an OCaml API for LLVM bitcode linker,

1234