Searched refs:parseBitcodeFile (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/libbcc/bcinfo/ |
D | BitcodeTranslator.cpp | 138 MOrErr = llvm_3_0::parseBitcodeFile(*MBOrErr, *mContext); in translate() 140 MOrErr = llvm_2_7::parseBitcodeFile(*MBOrErr, *mContext); in translate()
|
D | MetadataExtractor.cpp | 619 llvm::parseBitcodeFile(MEM.get()->getMemBufferRef(), *mContext); in extract()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitReader_3_0.h | 61 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
|
D | BitcodeReader.cpp | 3872 llvm_3_0::parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, in parseBitcodeFile() function in llvm_3_0
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitReader_2_7.h | 61 parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context,
|
D | BitcodeReader.cpp | 3530 llvm_2_7::parseBitcodeFile(MemoryBufferRef Buffer, LLVMContext &Context, in parseBitcodeFile() function in llvm_2_7
|
/frameworks/compile/libbcc/bcinfo/tools/ |
D | main.cpp | 356 llvm::parseBitcodeFile(mem.get()->getMemBufferRef(), ctx); in main()
|