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