Searched refs:ParseBitcodeFile (Results 1 - 13 of 13) 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.cpp3028 /// ParseBitcodeFile - Read the specified bitcode file, returning the module.
3030 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.cpp3367 /// ParseBitcodeFile - Read the specified bitcode file, returning the module.
3369 Module *llvm_3_0::ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext& Context, function in class:llvm_3_0
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp129 module = llvm_3_0::ParseBitcodeFile(MEM.get(), *mContext, &error);
131 module = llvm_2_7::ParseBitcodeFile(MEM.get(), *mContext, &error);
H A DMetadataExtractor.cpp422 mModule = llvm::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,
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp323 module.reset(llvm::ParseBitcodeFile(mem.get(), ctx, &errmsg));
/frameworks/compile/slang/
H A Dslang.cpp84 llvm::ParseBitcodeFile(NULL, llvm::getGlobalContext(), NULL);

Completed in 5603 milliseconds