Home
last modified time | relevance | path

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

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