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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader_2_7.h61 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
H A DBitcodeReader.cpp3518 llvm_2_7::parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, function in class:__anon1158::llvm_2_7
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader_3_0.h61 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
H A DBitcodeReader.cpp3855 llvm_3_0::parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, function in class:__anon1161::llvm_3_0
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp131 MOrErr = llvm_3_0::parseBitcodeFile(*MBOrErr, *mContext);
133 MOrErr = llvm_2_7::parseBitcodeFile(*MBOrErr, *mContext);
H A DMetadataExtractor.cpp606 llvm::parseBitcodeFile(MEM.get()->getMemBufferRef(), *mContext);
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp356 llvm::parseBitcodeFile(mem.get()->getMemBufferRef(), ctx);

Completed in 99 milliseconds