Home
last modified time | relevance | path

Searched refs:getLazyBitcodeModule (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h144 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOModule.cpp191 getLazyBitcodeModule(*MBOrErr, Context, true /*ShouldLazyLoadMetadata*/)); in parseBitcodeFileImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7024 llvm::getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context, in getLazyBitcodeModule() function in llvm
7036 auto MOrErr = getLazyBitcodeModule(*Buffer, Context, ShouldLazyLoadMetadata, in getOwningLazyBitcodeModule()