/frameworks/compile/libbcc/bcinfo/Wrap/ |
bitcode_wrapperer.cpp | 37 // The magic number that must exist for bitcode wrappers. 45 // Fields defined by Android bitcode header. 51 // PNaCl bitcode version number. 80 ALOGE("Error: input file is not a bitcode file.\n"); 200 ALOGW("Error: bad PNaCl Bitcode version\n"); 228 ALOGE("Error: raw bitcode offset inconsistent with " 304 // If reached, Check if first 4 bytes match bitcode 340 // bitcode. 360 fprintf(stderr, "LLVM Bitcode version:\t%d\n", kLLVMVersionNumber); 361 fprintf(stderr, "Raw bitcode offset:\t%d\n", wrapper_bc_offset_) [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriterPass.cpp | 1 //===--- Bitcode/Writer/BitcodeWriterPass.cpp - Bitcode Writer ------------===// 30 const char *getPassName() const { return "Bitcode Writer"; }
|
Makefile | 1 ##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===##
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriterPass.cpp | 1 //===--- Bitcode/Writer/BitcodeWriterPass.cpp - Bitcode Writer ------------===// 30 const char *getPassName() const { return "Bitcode Writer"; }
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
ToolRunner.h | 85 /// LLVM bitcode in a variety of ways. This abstract interface hides this
117 /// compileProgram - Compile the specified program from bitcode to executable
120 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
123 /// OutputCode - Compile the specified program from bitcode to code
127 virtual GCC::FileType OutputCode(const std::string &Bitcode,
135 /// ExecuteProgram - Run the specified bitcode file, emitting output to the
140 virtual int ExecuteProgram(const std::string &Bitcode,
169 /// compileProgram - Compile the specified program from bitcode to executable
172 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
175 virtual int ExecuteProgram(const std::string &Bitcode,
[all...] |
/external/clang/test/CodeGen/ |
asm-errors.c | 5 // RUN: not %clang -target i386-apple-darwin10 -fembed-bitcode -c %s -o /dev/null 2>&1 | \
|
/external/llvm/include/llvm/Object/ |
IRObjectFile.h | 59 /// \brief Finds and returns bitcode embedded in the given object file, or an 72 /// \brief Finds and returns bitcode in the given memory buffer (which may 73 /// be either a bitcode file or a native object file with embedded bitcode),
|
/external/llvm/test/Bitcode/ |
mdnodes-distinct-in-post-order.ll | 6 ; bitcode. !3 is referenced as opN=3.
|
mdnodes-distinct-nodes-first.ll | 6 ; bitcode. !1 is referenced as opN=1.
|
metadata.3.5.ll | 5 ; Bitcode assembled by llvm-as v3.5.0.
|
standardCIntrinsic.3.2.ll | 5 ; of older bitcode files.
|
visibility-styles.3.2.ll | 6 ; older bitcode files.
|
/external/mesa3d/src/gallium/drivers/radeon/ |
loader.cpp | 16 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/ |
Makefile | 1 ##===- lib/Bitcode/Makefile --------------------------------*- Makefile -*-===##
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
Makefile | 1 ##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===##
|
/external/swiftshader/third_party/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/slang/ |
slang_bitcode_gen.h | 29 // Write out the LLVM bitcode for a module, encased in a wrapper
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
Android.bp | 24 "bitcode.cpp",
|
/external/llvm/include/llvm/Support/ |
DataStream.h | 1 //===---- llvm/Support/DataStream.h - Lazy bitcode streaming ----*- C++ -*-===// 12 // data, e.g. bitcode
|
/external/llvm/lib/Bitcode/ |
LLVMBuild.txt | 1 ;===- ./lib/Bitcode/LLVMBuild.txt ------------------------------*- Conf -*--===; 23 name = Bitcode
|
/external/llvm/lib/Bitcode/Reader/ |
LLVMBuild.txt | 1 ;===- ./lib/Bitcode/Reader/LLVMBuild.txt -----------------------*- Conf -*--===; 21 parent = Bitcode
|
/external/llvm/lib/Bitcode/Writer/ |
LLVMBuild.txt | 1 ;===- ./lib/Bitcode/Writer/LLVMBuild.txt -----------------------*- Conf -*--===; 21 parent = Bitcode
|
/external/llvm/lib/Support/ |
SystemUtils.cpp | 23 errs() << "WARNING: You're attempting to print out a bitcode file.\n" 25 "you REALLY want to taste LLVM bitcode first-hand, you\n"
|