/external/llvm/ |
Android.mk | 13 lib/Bitcode/Reader \ 14 lib/Bitcode/Writer \
|
/external/llvm/bindings/ocaml/llvm/ |
META.llvm.in | 20 description = "Bitcode reader for LLVM" 28 description = "Bitcode writer for LLVM"
|
/external/llvm/test/Other/ |
extract.ll | 7 ; llvm-extract uses lazy bitcode loading, so make sure it correctly reads 8 ; from bitcode files in addition to assembly files.
|
/external/llvm/unittests/Bitcode/ |
Makefile | 1 ##===- unittests/Bitcode/Makefile --------------------------*- Makefile -*-===## 11 TESTNAME = Bitcode
|
BitReaderTest.cpp | 1 //===- llvm/unittest/Bitcode/BitReaderTest.cpp - Tests for BitReader ------===// 12 #include "llvm/Bitcode/BitstreamWriter.h" 13 #include "llvm/Bitcode/ReaderWriter.h"
|
/frameworks/compile/slang/ |
slang_backend.cpp | 39 #include "llvm/Bitcode/ReaderWriter.h" 239 // Encase the Bitcode in a wrapper containing RS version information. 240 void Backend::WrapBitcode(llvm::raw_string_ostream &Bitcode) { 243 &wrapper, Bitcode.str().length(), getTargetAPI(), 248 // Write out the bitcode wrapper. 251 // Write out the actual encoded bitcode. 252 FormattedOutStream << Bitcode.str(); 351 llvm::raw_string_ostream Bitcode(BCStr); 358 BCEmitPM->add(llvm_2_9::createBitcodeWriterPass(Bitcode)); 364 BCEmitPM->add(llvm_2_9_func::createBitcodeWriterPass(Bitcode)); [all...] |
slang_rs_reflect_utils.h | 24 // BitCode storage type 33 // Encode a binary bitcode file into a Java source file. 67 // Compute a bitcode file name (no extension) from a .rs file name. 68 // Because the bitcode file name may be used as Resource ID in the generated
|
/external/llvm/include/llvm/Support/ |
IRReader.h | 11 // Bitcode and Assembly, automatically detecting the input format. 14 // library dependencies, since they reference both Bitcode and Assembly 24 #include "llvm/Bitcode/ReaderWriter.h" 31 /// If the given MemoryBuffer holds a bitcode image, return a Module for it 55 /// If the given file holds a bitcode image, return a Module 72 /// If the given MemoryBuffer holds a bitcode image, return a Module 94 /// If the given file holds a bitcode image, return a Module for it.
|
DataStream.h | 1 //===---- llvm/Support/DataStream.h - Lazy bitcode streaming ----*- C++ -*-===// 12 // data, e.g. bitcode
|
/frameworks/compile/libbcc/lib/Core/ |
Source.cpp | 21 #include <llvm/Bitcode/ReaderWriter.h> 35 // Helper function to load the bitcode. This uses "bitcode lazy load" feature to 45 ALOGE("Unable to parse the given bitcode file `%s'! (%s)", 70 ALOGE("Unable to load bitcode `%s' from buffer!", pName); 94 ALOGE("Failed to load bitcode from path %s! (%s)", pPath.c_str(), 122 ALOGE("Failed to load bitcode from file descriptor %d! (%s)",
|
/frameworks/compile/libbcc/ |
README.rst | 2 libbcc: A Versatile Bitcode Execution Engine for Mobile Devices 9 libbcc is an LLVM bitcode execution engine that compiles the bitcode 20 her own runtime bitcode library (lib*.bc) that differentiates his or 25 * a *just-in-time bitcode compiler*, which translates the LLVM bitcode 37 * libbcc supports bitcode from various language frontends, such as 91 * **bccReadBC** - Set the source bitcode for compilation 95 * **bccLinkBC** - Set the library bitcode for linking
|
/external/llvm/docs/CommandGuide/ |
llvm-as.rst | 13 LLVM assembly language, translates it to LLVM bitcode, and writes the result 37 write raw bitcode output if the output stream is a terminal. With this option, 38 **llvm-as** will write raw bitcode regardless of the output device.
|
llvm-prof.rst | 9 **llvm-prof** [*options*] [*bitcode file*] [*llvmprof.out*] 17 optionally use a specific file with the third program argument), a bitcode file 62 **llvm-prof** returns 1 if it cannot load the bitcode file or the profile
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
bitcode_wrapperer.cpp | 36 // The magic number that must exist for bitcode wrappers. 44 // Fields defined by Android bitcode header. 50 // PNaCl bitcode version number. 79 ALOGE("Error: input file is not a bitcode file.\n"); 199 ALOGW("Error: bad PNaCl Bitcode version\n"); 227 ALOGE("Error: raw bitcode offset inconsistent with " 303 // If reached, Check if first 4 bytes match bitcode 339 // bitcode. 359 fprintf(stderr, "LLVM Bitcode version:\t%d\n", kLLVMVersionNumber); 360 fprintf(stderr, "Raw bitcode offset:\t%d\n", wrapper_bc_offset_) [all...] |
/external/llvm/tools/bugpoint/ |
ToolRunner.h | 85 /// LLVM bitcode in a variety of ways. This abstract interface hides this 118 /// compileProgram - Compile the specified program from bitcode to executable 121 virtual void compileProgram(const std::string &Bitcode, std::string *Error, 124 /// OutputCode - Compile the specified program from bitcode to code 128 virtual GCC::FileType OutputCode(const std::string &Bitcode, 136 /// ExecuteProgram - Run the specified bitcode file, emitting output to the 141 virtual int ExecuteProgram(const std::string &Bitcode, 170 /// compileProgram - Compile the specified program from bitcode to executable 173 virtual void compileProgram(const std::string &Bitcode, std::string *Error, 176 virtual int ExecuteProgram(const std::string &Bitcode, [all...] |
/prebuilts/sdk/tools/linux/ |
libbcinfo.so | |
/external/llvm/lib/Bitcode/ |
Makefile | 1 ##===- lib/Bitcode/Makefile --------------------------------*- Makefile -*-===##
|
LLVMBuild.txt | 1 ;===- ./lib/Bitcode/LLVMBuild.txt ------------------------------*- Conf -*--===; 23 name = Bitcode
|
/external/llvm/lib/Bitcode/Reader/ |
Makefile | 1 ##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===##
|
/external/llvm/lib/Bitcode/Writer/ |
Makefile | 1 ##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===##
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
Makefile | 1 ##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===##
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
Makefile | 1 ##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===##
|
/frameworks/compile/mclinker/include/mcld/ |
LinkerConfig.h | 32 * bitcode() - the bitcode being linked 85 const BitcodeOption& bitcode() const { return m_Bitcode; } function in class:mcld::LinkerConfig 86 BitcodeOption& bitcode() { return m_Bitcode; } function in class:mcld::LinkerConfig
|
/frameworks/compile/slang/BitWriter_2_9/ |
Makefile | 1 ##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===##
|
/external/clang/include/clang/Frontend/ |
SerializedDiagnosticPrinter.h | 14 #include "llvm/Bitcode/BitstreamWriter.h" 50 /// a bitcode file.
|