HomeSort by relevance Sort by last modified time
    Searched refs:bitcode (Results 1 - 25 of 68) sorted by null

1 2 3

  /frameworks/compile/libbcc/bcinfo/
BitcodeWrapper.cpp 21 #include "llvm/Bitcode/ReaderWriter.h"
28 BitcodeWrapper::BitcodeWrapper(const char *bitcode, size_t bitcodeSize)
29 : mFileType(BC_NOT_BC), mBitcode(bitcode),
  /frameworks/compile/libbcc/bcinfo/include/bcinfo/
BitcodeTranslator.h 34 * Translates \p bitcode of a particular \p version to the latest version.
36 * \param bitcode - input bitcode string.
37 * \param bitcodeSize - length of \p bitcode string (in bytes).
38 * \param version - corresponding target SDK version of \p bitcode.
40 BitcodeTranslator(const char *bitcode, size_t bitcodeSize,
46 * Translate the supplied bitcode to the latest supported version.
48 * \return true if the bitcode was translated successfully and false if an
54 * \return translated bitcode.
61 * \return size of the translated bitcode (in bytes)
    [all...]
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 10 (** Bitcode writer.
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/swiftshader/third_party/LLVM/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 10 (** Bitcode writer.
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
20 (** [write_bitcode_to_fd ~unbuffered fd m] writes the bitcode for module
27 (** [output_bitcode ~unbuffered c m] writes the bitcode for module [m]
llvm_bitwriter.ml 16 (* Writes the bitcode for module the given path. Returns true if successful. *)
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 10 (** Bitcode reader.
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/llvm/test/Bindings/OCaml/
diagnostic_handler.ml 25 (* corrupt the bitcode *)
28 output_string oc "not a bitcode file\n";
36 (* CHECK: Diagnostic handler called: Invalid bitcode signature
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitreader/
llvm_bitreader.mli 10 (** Bitcode reader.
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
24 (** [parse_bitcode context mb] parses the bitcode for a new module [m] from the
  /frameworks/base/rs/java/android/renderscript/
ScriptC.java 122 private static synchronized long internalStringCreate(RenderScript rs, String resName, byte[] bitcode) {
124 return rs.nScriptCCreate(resName, RenderScript.getCachePath(), bitcode, bitcode.length);
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 22 #include <llvm/Bitcode/ReaderWriter.h>
50 // information about a supplied bitcode input file.
252 static size_t readBitcode(const char **bitcode) {
277 *bitcode = (const char*) calloc(1, bitcodeSize + 1);
278 size_t nread = fread((void*) *bitcode, 1, bitcodeSize, in);
288 static void releaseBitcode(const char **bitcode) {
289 if (bitcode && *bitcode) {
290 free((void*) *bitcode);
291 *bitcode = nullptr
303 const char *bitcode = nullptr; local
    [all...]
  /frameworks/rs/rsov/compiler/
rs2spirv.cpp 21 #include "llvm/Bitcode/ReaderWriter.h"
54 cl::desc("Override output bitcode filename"),
55 cl::value_desc("bitcode filename"));
88 errs() << "Fails to load bitcode: " << EC.message();
101 std::vector<char> bitcode = android::spirit::readFile<char>(InputFile); local
103 new bcinfo::MetadataExtractor(bitcode.data(), bitcode.size()));
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptC.java 125 private static synchronized long internalStringCreate(RenderScript rs, String resName, byte[] bitcode) {
128 return rs.nScriptCCreate(resName, cachePath, bitcode, bitcode.length);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
Magic.h 24 bitcode, ///< Bitcode file enumerator in enum:llvm::file_magic::Impl
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
Magic.h 24 bitcode, ///< Bitcode file enumerator in enum:llvm::file_magic::Impl
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
Magic.h 24 bitcode, ///< Bitcode file enumerator in enum:llvm::file_magic::Impl
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
Magic.h 24 bitcode, ///< Bitcode file enumerator in enum:llvm::file_magic::Impl
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
Magic.h 24 bitcode, ///< Bitcode file enumerator in enum:llvm::file_magic::Impl
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
Magic.h 24 bitcode, ///< Bitcode file enumerator in enum:llvm::file_magic::Impl
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
Magic.h 24 bitcode, ///< Bitcode file enumerator in enum:llvm::file_magic::Impl
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
Magic.h 24 bitcode, ///< Bitcode file enumerator in enum:llvm::file_magic::Impl
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
Magic.h 24 bitcode, ///< Bitcode file enumerator in enum:llvm::file_magic::Impl
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
Magic.h 24 bitcode, ///< Bitcode file enumerator in enum:llvm::file_magic::Impl
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
Magic.h 24 bitcode, ///< Bitcode file enumerator in enum:llvm::file_magic::Impl
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/BinaryFormat/
Magic.h 24 bitcode, ///< Bitcode file enumerator in enum:llvm::file_magic::Impl
  /external/llvm/bindings/ocaml/linker/
llvm_linker.mli 12 This interface provides an OCaml API for LLVM bitcode linker,

Completed in 1074 milliseconds

1 2 3