Home
last modified time | relevance | path

Searched refs:ParseBitcodeFile (Results 1 – 13 of 13) sorted by relevance

/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp129 module = llvm_3_0::ParseBitcodeFile(MEM.get(), *mContext, &error); in translate()
131 module = llvm_2_7::ParseBitcodeFile(MEM.get(), *mContext, &error); in translate()
DMetadataExtractor.cpp422 mModule = llvm::ParseBitcodeFile(MEM.get(), *mContext, &error); in extract()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitReader_3_0.h35 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer,
DBitReader.cpp34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef), in LLVMParseBitcodeInContext()
DBitcodeReader.cpp3369 Module *llvm_3_0::ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext& Context, in ParseBitcodeFile() function in llvm_3_0
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitReader_2_7.h36 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer,
DBitReader.cpp34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef), in LLVMParseBitcodeInContext()
DBitcodeReader.cpp3030 Module *llvm_2_7::ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext& Context, in ParseBitcodeFile() function in llvm_2_7
/frameworks/compile/slang/BitWriter_3_2/
DReaderWriter_3_2.h50 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer, llvm::LLVMContext& Context,
/frameworks/compile/slang/BitWriter_2_9_func/
DReaderWriter_2_9_func.h50 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer, llvm::LLVMContext& Context,
/frameworks/compile/slang/BitWriter_2_9/
DReaderWriter_2_9.h50 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer, llvm::LLVMContext& Context,
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp323 module.reset(llvm::ParseBitcodeFile(mem.get(), ctx, &errmsg)); in main()
/frameworks/compile/slang/
Dslang.cpp84 llvm::ParseBitcodeFile(NULL, llvm::getGlobalContext(), NULL); in ForceSlangLinking()