Home
last modified time | relevance | path

Searched refs:parseBitcodeFile (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp138 MOrErr = llvm_3_0::parseBitcodeFile(*MBOrErr, *mContext); in translate()
140 MOrErr = llvm_2_7::parseBitcodeFile(*MBOrErr, *mContext); in translate()
DMetadataExtractor.cpp619 llvm::parseBitcodeFile(MEM.get()->getMemBufferRef(), *mContext); in extract()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitReader_3_0.h61 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
DBitcodeReader.cpp3872 llvm_3_0::parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, in parseBitcodeFile() function in llvm_3_0
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitReader_2_7.h61 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
DBitcodeReader.cpp3530 llvm_2_7::parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, in parseBitcodeFile() function in llvm_2_7
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp356 llvm::parseBitcodeFile(mem.get()->getMemBufferRef(), ctx); in main()