OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitcode
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli
9
(**
Bitcode
writer.
11
This interface provides an OCaml API for the LLVM
bitcode
writer, the
14
(** [write_bitcode_file m path] writes the
bitcode
for module [m] to the file at
20
(** [write_bitcode_to_fd ~unbuffered fd m] writes the
bitcode
for module
28
the
bitcode
for module [m]. *)
33
(** [output_bitcode ~unbuffered c m] writes the
bitcode
for module [m]
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli
9
(**
Bitcode
reader.
11
This interface provides an OCaml API for the LLVM
bitcode
reader, the
16
(** [get_module context mb] reads the
bitcode
for a new module [m] from the
22
(** [parse_bitcode context mb] parses the
bitcode
for a new module [m] from the
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Magic.h
23
bitcode
, ///<
Bitcode
file
enumerator in enum:llvm::file_magic::Impl
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/linker/
llvm_linker.mli
11
This interface provides an OCaml API for LLVM
bitcode
linker,
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
bitwriter.go
23
var writeBitcodeToFileErr = errors.New("Failed to write
bitcode
to file")
bitreader.go
27
// ParseBitcodeFile parses the LLVM IR (
bitcode
) in the file with the
/src/external/apache2/llvm/dist/llvm/lib/Object/
SymbolicFile.cpp
48
case file_magic::
bitcode
:
49
// Context is guaranteed to be non-null here, because
bitcode
magic only
99
case file_magic::
bitcode
:
Binary.cpp
73
case file_magic::
bitcode
:
IRObjectFile.cpp
16
#include "llvm/
Bitcode
/BitcodeReader.h"
93
case file_magic::
bitcode
:
ObjectFile.cpp
143
case file_magic::
bitcode
:
ArchiveWriter.cpp
380
if (Type == file_magic::
bitcode
) {
382
Buf, file_magic::
bitcode
, &Context);
/src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
Magic.cpp
76
return file_magic::
bitcode
;
80
return file_magic::
bitcode
;
/src/external/apache2/llvm/dist/clang/utils/check_cfc/
check_cfc.py
221
#
Bitcode
cannot be disassembled in the same way
222
bitcode
= '-flto' in args or '-emit-llvm' in args
230
return compile_step and not
bitcode
and not query and not dependency and input_is_valid
/src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/
LibDriver.cpp
10
//
bitcode
files. Used by llvm-lib and lld-link /lib.
19
#include "llvm/
Bitcode
/BitcodeReader.h"
185
if (Magic != file_magic::coff_object && Magic != file_magic::
bitcode
&&
189
<< ": not a COFF object,
bitcode
, archive, import library or "
221
// Mixing normal objects and LTO
bitcode
files is fine as long as they
227
if (Magic == file_magic::coff_object || Magic == file_magic::
bitcode
) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
llvm-libtool-darwin.cpp
309
if (Magic == file_magic::
bitcode
)
440
//
Bitcode
files.
441
if (Magic == file_magic::
bitcode
)
/src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
llvm-ar.cpp
10
//
bitcode
or other files.
894
// If we're adding a
bitcode
file to the archive, detect the Archive kind
897
if (identify_magic(MemBufferRef.getBuffer()) == file_magic::
bitcode
) {
899
MemBufferRef, file_magic::
bitcode
, &Context)) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
llvm-readobj.cpp
664
if (Type == file_magic::
bitcode
) {
666
"
bitcode
files are not supported"),
Completed in 32 milliseconds
Indexes created Wed Sep 09 00:24:13 UTC 2026