HomeSort by relevance Sort by last modified time
    Searched refs:ParseBitcodeFile (Results 1 - 20 of 20) 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 129 module = llvm_3_0::ParseBitcodeFile(MEM.get(), *mContext, &error);
131 module = llvm_2_7::ParseBitcodeFile(MEM.get(), *mContext, &error);
MetadataExtractor.cpp 422 mModule = llvm::ParseBitcodeFile(MEM.get(), *mContext, &error);
  /external/llvm/lib/Bitcode/Reader/
BitReader.cpp 35 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
BitcodeReader.cpp     [all...]
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 27 encountered. See the function [llvm::ParseBitcodeFile]. *)
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 55 /// ParseBitcodeFile - Read the specified bitcode file, returning the module.
58 Module *ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext &Context,
  /external/llvm/lib/IRReader/
IRReader.cpp 38 // ParseBitcodeFile does not take ownership of the Buffer in the
67 Module *M = ParseBitcodeFile(Buffer, Context, &ErrMsg);
71 // 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,
  /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,
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 353 Result = ParseBitcodeFile(Buffer.get(), Context, &ErrorMessage);
398 Result = ParseBitcodeFile(buff.get(), Context, &ErrorMessage);
  /external/llvm/tools/llvm-prof/
llvm-prof.cpp 271 M = ParseBitcodeFile(Buffer.get(), Context, &ErrorMessage);
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 323 module.reset(llvm::ParseBitcodeFile(mem.get(), ctx, &errmsg));
  /frameworks/compile/slang/
slang.cpp 84 llvm::ParseBitcodeFile(NULL, llvm::getGlobalContext(), NULL);

Completed in 444 milliseconds