HomeSort by relevance Sort by last modified time
    Searched refs:ParseBitcodeFile (Results 1 - 21 of 21) 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...]
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 45 /// ParseBitcodeFile - Read the specified bitcode file, returning the module.
48 Module *ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext& Context,
  /external/llvm/lib/Bitcode/Reader/
BitReader.cpp 34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/
BitcodeTranslator.cpp 106 llvm_2_7::ParseBitcodeFile(MEM.get(), *mContext, &error);
MetadataExtractor.cpp 227 llvm::Module *module = llvm::ParseBitcodeFile(MEM.get(), *mContext, &error);
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 27 encountered. See the function [llvm::ParseBitcodeFile]. *)
  /external/llvm/include/llvm/Support/
IRReader.h 45 // ParseBitcodeFile does not take ownership of the Buffer in the
82 Module *M = ParseBitcodeFile(Buffer, Context, &ErrMsg);
86 // ParseBitcodeFile does not take ownership of the Buffer.
  /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,
  /external/llvm/lib/Archive/
Archive.cpp 229 Module *M = ParseBitcodeFile(Buffer.get(), Context, ErrMsg);
251 Module *M = ParseBitcodeFile(Buffer.get(), Context, ErrMsg);
ArchiveReader.cpp 354 Module *M = ParseBitcodeFile(Buffer, Context, ErrMessage);
621 Module *M = ParseBitcodeFile(Buffer, Context);
  /external/llvm/lib/Linker/
LinkItems.cpp 170 M.reset(ParseBitcodeFile(Buffer.get(), Context, &Error));
Linker.cpp 107 Result = ParseBitcodeFile(Buffer.get(), Context, &ParseErrorMessage);
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 134 M.reset(ParseBitcodeFile(BufferPtr.get(), Context, &ErrorMessage));
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 313 Result = ParseBitcodeFile(Buffer.get(), Context, &ErrorMessage);
336 Result = ParseBitcodeFile(buff.get(), Context, &ErrorMessage);
  /frameworks/compile/slang/
llvm-rs-link.cpp 121 Module *M = ParseBitcodeFile(MB, Context, &Err);
slang.cpp 82 llvm::ParseBitcodeFile(NULL, llvm::getGlobalContext(), NULL);
  /external/llvm/tools/llvm-prof/
llvm-prof.cpp 271 M = ParseBitcodeFile(Buffer.get(), Context, &ErrorMessage);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 259 llvm::Module *Compiler::parseBitcodeFile(llvm::MemoryBuffer *MEM) {
260 llvm::Module *result = llvm::ParseBitcodeFile(MEM, *mContext, &mError);
263 LOGE("Unable to ParseBitcodeFile: %s\n", mError.c_str());

Completed in 795 milliseconds