HomeSort by relevance Sort by last modified time
    Searched full:bitcode (Results 176 - 200 of 264) sorted by null

1 2 3 4 5 6 78 91011

  /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 56 // 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.
17 #include "llvm/Bitcode/BitstreamWriter.h"
18 #include "llvm/Bitcode/LLVMBitCodes.h"
34 /// 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 107 // @DepFiles - List of pairs of <output dep. file path, dependent bitcode
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 107 uint8_t const *bitcode, size_t bitcodeSize,
109 //ALOGE("rsdScriptCreate %p %p %p %p %i %i %p", rsc, resName, cacheDir, bitcode, bitcodeSize, flags, lookupFunc);
141 core_lib = selectRTCallback((const char *)bitcode, bitcodeSize);
150 (const char *)bitcode, bitcodeSize, core_lib,
rsCpuCore.cpp 453 uint8_t const *bitcode, size_t bitcodeSize,
457 if (!i->init(resName, cacheDir, bitcode, bitcodeSize, flags)) {
  /external/llvm/include/llvm/Support/
PathV1.h 119 /// Construct a vector of sys::Path that contains the "standard" bitcode
125 /// @brief Construct a list of directories in which bitcode could be
337 /// LLVM Bitcode file by looking at its magic number.
339 /// bitcode files.
340 /// @brief Determine if the path references a bitcode file.
356 /// as COFF and ELF, but it also includes llvm ir bitcode, archives,
    [all...]
FileSystem.h 186 bitcode, ///< Bitcode file enumerator in enum:llvm::sys::fs::file_magic::_
549 /// @brief Get bitcode library paths the system linker uses
552 /// @param result Set to the list of bitcode library paths.
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 11 // bitcode or other files.
16 #include "llvm/Bitcode/Archive.h"
62 " [k] - always print bitcode files (default is to skip them)\n"
365 // things that should be and to skip bitcode files unless the 'k' modifier was
717 " This program archives bitcode files into single libraries\n"
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 251 // 1. Bitcode option. Used to represent a bitcode.
260 // Bitcode Options
264 cl::desc("set default bitcode"),
265 cl::value_desc("bitcode"));
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 23 #include "llvm/Bitcode/ReaderWriter.h"
335 // 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
ReleaseNotes.rst 46 * The IR-level extended linker APIs (for example, to link bitcode files out of
  /external/llvm/tools/llc/
llc.cpp 12 // or C code, given LLVM bitcode.
49 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 127 // already got type - for example, bitcode or external OIR (object
223 // Bitcode is read by the other path. This function reads relocation sections
  /prebuilts/sdk/tools/linux/
libbcc.so 
  /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. *|
  /external/llvm/tools/lto/
LTOModule.cpp 18 #include "llvm/Bitcode/ReaderWriter.h"
164 /// bitcode.
175 /// LLVM bitcode for the specified triple.
273 // parse bitcode buffer
  /frameworks/rs/
rs_hal.h 97 uint8_t const *bitcode,

Completed in 691 milliseconds

1 2 3 4 5 6 78 91011