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

1 2 3 45 6 7 8 91011

  /frameworks/compile/libbcc/include/bcc/AndroidBitcode/
ABCCompilerDriver.h 82 // Compile the bitcode and link the shared object
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
file_wrapper_input.h 17 // Defines utility allowing files for bitcode input wrapping.
in_memory_wrapper_input.h 17 // Defines utility allowing in-memory buffers for bitcode input wrapping.
  /frameworks/compile/mclinker/include/mcld/
BitcodeOption.h 20 * \brief BitcodeOption represents the options of bitcode on the command line.
  /external/llvm/lib/Archive/
ArchiveReader.cpp 10 // Builds up standard unix archive files (.a) containing LLVM bitcode.
14 #include "llvm/Bitcode/Archive.h"
18 #include "llvm/Bitcode/ReaderWriter.h"
112 // __LLVM_SYM_TAB__ identifies the symbol table for LLVM bitcode.
208 // Determine if this is a bitcode file
340 // Get all the bitcode modules from the archive
486 // Now, load the bitcode module to get the Module.
554 *error = "Can't parse bitcode member: " +
606 // We still can't be sure it isn't a bitcode archive
613 // Scan the archive, trying to load a bitcode member. We only load one t
    [all...]
  /external/llvm/tools/llvm-as/
llvm-as.cpp 12 // llvm-as [options] - Read LLVM asm from stdin, write bitcode to stdout
13 // llvm-as [options] x.ll - Read LLVM asm from the x.ll file, write bitcode
21 #include "llvm/Bitcode/ReaderWriter.h"
  /external/llvm/utils/
findoptdiff 17 # The script takes two bitcode files, one from each build. They are
42 # is the bitcode file for the first llvm environment
44 # is the bitcode file for the second llvm environment
  /external/llvm/include/llvm/Bitcode/
Archive.h 1 //===-- llvm/Bitcode/Archive.h - LLVM Bitcode Archive -----------*- C++ -*-===//
12 // lib/Bitcode/Archive library. This library is used to read and write
13 // archive (*.a) files that contain LLVM bitcode files (or others).
53 BitcodeFlag = 8, ///< Member is bitcode
127 /// @returns true iff the archive member is a bitcode file.
128 /// @brief Determine if this member is a bitcode file.
355 /// This method will scan the archive for bitcode modules, interpret them
361 /// @brief Instantiate all the bitcode modules located in the archive
396 /// bitcode archive. It first makes sure the symbol table has been loade
    [all...]
  /external/llvm/docs/
GettingStartedVS.rst 18 bitcode analyzer and bitcode optimizer. It also contains a test suite that can
26 most standard C programs do compile. Clang can be used to emit bitcode,
164 2. Next, compile the C file into a LLVM bitcode file:
170 This will create the result file ``hello.bc`` which is the LLVM bitcode
HowToSubmitABug.rst 159 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:
ExtendingLLVM.rst 177 Adding instructions changes the bitcode format, and it will take some effort
202 #. ``llvm/lib/Bitcode/Reader/Reader.cpp``:
204 add a case for your instruction and how it will be parsed from bitcode
232 Adding new types changes the bitcode format, and will break compatibility with
284 #. ``llvm/lib/BitCode/Writer/Writer.cpp``:
289 #. ``llvm/lib/BitCode/Reader/Reader.cpp``:
  /frameworks/compile/libbcc/
README.html 7 <title>libbcc: A Versatile Bitcode Execution Engine for Mobile Devices</title>
307 <div class="document" id="libbcc-a-versatile-bitcode-execution-engine-for-mobile-devices">
308 <h1 class="title">libbcc: A Versatile Bitcode Execution Engine for Mobile Devices</h1>
312 <p>libbcc is an LLVM bitcode execution engine that compiles the bitcode
321 her own runtime bitcode library (lib*.bc) that differentiates his or
326 <li>a <em>just-in-time bitcode compiler</em>, which translates the LLVM bitcode
338 <li><p class="first">libbcc supports bitcode from various language frontends, such as
389 <li><strong>bccReadBC</strong> - Set the source bitcode for compilation</li
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 11 // prints out the names of symbols in a bitcode or object file, along with some
20 #include "llvm/Bitcode/Archive.h"
21 #include "llvm/Bitcode/ReaderWriter.h"
56 InputFilenames(cl::Positional, cl::desc("<input bitcode files>"),
348 if (magic == sys::fs::file_magic::bitcode) {
386 // Try opening it as a bitcode file.
  /external/llvm/docs/CommandGuide/
bugpoint.rst 152 **--safe-custom** options to execute the bitcode testcase. This can
158 option to compile the bitcode testcase. This can be useful for
170 will be the minimum bitcode that passes FileCheck.
llvm-ar.rst 18 to produce archive libraries by LLVM bitcode that can be linked into an
48 Since **llvm-ar** is intended to archive bitcode files, the symbol table
80 the file is an LLVM bitcode file. An 'S' means the file is the symbol table.
132 Printing bitcode files is ill-advised as they might confuse your terminal
161 **llvm-ar** also prints out the file type (B=bitcode, S=symbol
223 Normally, **llvm-ar** will not print the contents of bitcode files when the
225 bitcode members to be printed.
286 bitcode files in the archive. Using this modifier is more efficient that using
414 The offset item provides the offset into the archive file where the bitcode
llvm-diff.rst 22 ends in '.ll'; otherwise it will be read in as a bitcode file.
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 122 fprintf(pfout, " // return byte array representation of the bitcode.\n");
128 // so we have to split the bitcode into multiple segments.
249 clazz_name += "BitCode";
  /external/clang/lib/Serialization/
GeneratePCH.cpp 21 #include "llvm/Bitcode/BitstreamWriter.h"
  /external/llvm/include/llvm/Support/
SystemUtils.h 25 /// generate a warning message to errs() advising against display of bitcode
  /external/llvm/include/llvm-c/
BitWriter.h 11 |* implements output of the LLVM bitcode format. *|
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 18 #include "llvm/Bitcode/BitstreamReader.h"
19 #include "llvm/Bitcode/LLVMBitCodes.h"
171 // Map the bitcode's custom MDKind ID to the Module's MDKind ID.
224 /// @brief Main interface to parsing a bitcode buffer.
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 18 #include "llvm/Bitcode/BitstreamReader.h"
19 #include "llvm/Bitcode/LLVMBitCodes.h"
171 // Map the bitcode's custom MDKind ID to the Module's MDKind ID.
218 /// @brief Main interface to parsing a bitcode buffer.
  /frameworks/compile/libbcc/include/bcc/
Source.h 76 // Get the "identifier" of the bitcode. This will return the value of pName
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 61 // 5. Bitcode. Bitcode is a kind of object files. MCLinker compiles it to
62 // object file first, then link it as a object file. (Bitcode is recorded
244 !m_Config.bitcode().hasDefined()) {
261 1; // bitcode
372 // ----- bitcode ----- //
373 if (m_Config.bitcode().hasDefined()) {
374 actions.push_back(new BitcodeAction(m_Config.bitcode().getPosition(),
375 m_Config.bitcode().getPath()));
  /frameworks/rs/cpu_ref/
rsCpuCore.h 101 uint8_t const *bitcode, size_t bitcodeSize,

Completed in 794 milliseconds

1 2 3 45 6 7 8 91011