HomeSort by relevance Sort by last modified time
    Searched refs:ParseBitcodeFile (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader_2_7.h 36 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer,
BitReader.cpp 34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitReader_3_0.h 35 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer,
BitReader.cpp 34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/
BitcodeTranslator.cpp 131 module = llvm_3_0::ParseBitcodeFile(MEM.get(), *mContext, &error);
133 module = llvm_2_7::ParseBitcodeFile(MEM.get(), *mContext, &error);
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 27 encountered. See the function [llvm::ParseBitcodeFile]. *)
  /frameworks/compile/slang/BitWriter_2_9/
ReaderWriter_2_9.h 47 /// ParseBitcodeFile - Read the specified bitcode file, returning the module.
50 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer, llvm::LLVMContext& Context,
  /frameworks/compile/slang/BitWriter_2_9_func/
ReaderWriter_2_9_func.h 47 /// ParseBitcodeFile - Read the specified bitcode file, returning the module.
50 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer, llvm::LLVMContext& Context,
  /frameworks/compile/slang/BitWriter_3_2/
ReaderWriter_3_2.h 47 /// ParseBitcodeFile - Read the specified bitcode file, returning the module.
50 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer, llvm::LLVMContext& Context,

Completed in 147 milliseconds