Searched refs:ParseBitcodeFile (Results 1 - 14 of 14) 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.cpp2972 /// ParseBitcodeFile - Read the specified bitcode file, returning the module.
2974 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.cpp3345 /// ParseBitcodeFile - Read the specified bitcode file, returning the module.
3347 Module *llvm_3_0::ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext& Context, function in class:llvm_3_0
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp127 module = llvm_3_0::ParseBitcodeFile(MEM.get(), *mContext, &error);
129 module = llvm_2_7::ParseBitcodeFile(MEM.get(), *mContext, &error);
H A DMetadataExtractor.cpp418 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/llvm-ndk-cc/
H A Dllvm-ndk-link.cpp38 llvm::Module* M = llvm::ParseBitcodeFile(MB.get(), Ctx, &ErrMsg);
/frameworks/compile/slang/
H A Dllvm-rs-link.cpp121 Module *M = ParseBitcodeFile(MB, Context, &Err);
H A Dslang.cpp82 llvm::ParseBitcodeFile(NULL, llvm::getGlobalContext(), NULL);
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp323 module.reset(llvm::ParseBitcodeFile(mem.get(), ctx, &errmsg));

Completed in 127 milliseconds