HomeSort by relevance Sort by last modified time
    Searched full:bitcode (Results 201 - 225 of 305) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 202 // libRS.so, libclcore and the input bitcode itself.)
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 153 // Handle legacy case for pre-ICS bitcode that doesn't contain a metadata
266 // In pre-ICS bitcode, forEach feature only supports non-graphic root()
420 // Determine whether the bitcode contains debug information
422 // The root context of the debug information in the bitcode is put under
  /frameworks/compile/mclinker/lib/LD/
GroupReader.cpp 59 // already got type - for example, bitcode or external OIR (object
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 1 //===-- Bitcode/Writer/ValueEnumerator.h - Number values --------*- C++ -*-===//
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 1 //===-- Bitcode/Writer/ValueEnumerator.h - Number values --------*- C++ -*-===//
BitcodeWriter.cpp 1 //===--- Bitcode/Writer/BitcodeWriter.cpp - Bitcode Writer ----------------===//
10 // Bitcode writer implementation.
18 #include "llvm/Bitcode/BitstreamWriter.h"
19 #include "llvm/Bitcode/LLVMBitCodes.h"
35 /// These are manifest constants used by the bitcode writer. They do not need to
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 1 //===-- Bitcode/Writer/ValueEnumerator.h - Number values --------*- C++ -*-===//
  /frameworks/compile/slang/
README.html 315 <li>Bitcode file. Note that the bitcode here denotes the LLVM (Low-Level
316 Virtual Machine) bitcode representation, which will be consumed on
328 machine-dependent code generation for some input bitcode.</p>
slang_backend.h 77 void WrapBitcode(llvm::raw_string_ostream &Bitcode);
slang_rs.h 104 // @DepFiles - List of pairs of <output dep. file path, dependent bitcode
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 253 // 1. Bitcode option. Used to represent a bitcode.
262 // Bitcode Options
266 cl::desc("set default bitcode"),
267 cl::value_desc("bitcode"));
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/
overview.rst 163 compiler technology to compile C/C++ source code to a portable bitcode
164 executable (**pexe**). PNaCl bitcode is an OS- and architecture-independent
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 23 #include "llvm/Bitcode/ReaderWriter.h"
352 // loaded from bitcode, do so now.
  /external/llvm/docs/
Bugpoint.rst 78 bitcode file, and give you instructions on how to reproduce the failure with
92 scope of the problem. After it is finished, it emits two bitcode files (called
  /external/llvm/tools/llc/
llc.cpp 12 // or C code, given LLVM bitcode.
51 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 129 // already got type - for example, bitcode or external OIR (object
225 // Bitcode is read by the other path. This function reads relocation sections
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 496 uint8_t const *bitcode, size_t bitcodeSize,
500 if (!i->init(resName, cacheDir, bitcode, bitcodeSize, flags)) {
  /art/compiler/dex/
frontend.cc 154 // Fused long branches not currently usseful in bitcode.
  /external/llvm/docs/CommandGuide/
llc.rst 25 language format (``.ll``) or the LLVM bitcode format (``.bc``).
  /external/llvm/include/llvm-c/
lto.h 12 |* llvm bitcode files. *|
  /frameworks/rs/
rs_hal.h 97 uint8_t const *bitcode,
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
debugging.rst 238 --allow-llvm-bitcode-input hello_world.pexe -arch x86-32 -o hello_world_x86_32.nexe
240 --allow-llvm-bitcode-input hello_world.pexe -arch x86-64 -o hello_world_x86_64.nexe
245 ``--allow-llvm-bitcode-input`` tells ``pnacl-translate`` to accept a
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.cc 235 // a bitcode->nexe cache hit.
428 // Mark the request as requesting a PNaCl bitcode file,
562 // Meanwhile, a miss means we know we need to stream the bitcode, so stream
  /external/llvm/include/llvm/ADT/
APFloat.h 284 /// \brief Used by the Bitcode serializer to emit APInts to Bitcode.
287 /// \brief Used by the Bitcode deserializer to deserialize APInts.
  /art/dex2oat/
dex2oat.cc 104 UsageError(" --bitcode=<file.bc>: specifies the optional bitcode filename.");
105 UsageError(" Example: --bitcode=/system/framework/boot.bc");
655 } else if (option.starts_with("--bitcode=")) {
656 bitcode_filename = option.substr(strlen("--bitcode=")).data();
    [all...]

Completed in 603 milliseconds

1 2 3 4 5 6 7 891011>>