Searched refs:ParseBitcodeFile (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader_2_7.h36 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer,
H A DBitReader.cpp34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
H A DBitcodeReader.cpp3151 /// ParseBitcodeFile - Read the specified bitcode file, returning the module.
3153 Module *llvm_2_7::ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext& Context, function in class:llvm_2_7
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader_3_0.h35 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer,
H A DBitReader.cpp34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
H A DBitcodeReader.cpp3486 /// ParseBitcodeFile - Read the specified bitcode file, returning the module.
3488 Module *llvm_3_0::ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext& Context, function in class:llvm_3_0
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp131 module = llvm_3_0::ParseBitcodeFile(MEM.get(), *mContext, &error);
133 module = llvm_2_7::ParseBitcodeFile(MEM.get(), *mContext, &error);
/frameworks/compile/slang/BitWriter_2_9/
H A DReaderWriter_2_9.h47 /// 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/
H A DReaderWriter_2_9_func.h47 /// 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/
H A DReaderWriter_3_2.h47 /// ParseBitcodeFile - Read the specified bitcode file, returning the module.
50 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer, llvm::LLVMContext& Context,

Completed in 485 milliseconds