Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h144 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context,
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp191 getLazyBitcodeModule(*MBOrErr, Context, true /*ShouldLazyLoadMetadata*/)); in parseBitcodeFileImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6955 llvm::getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context, in getLazyBitcodeModule() function in llvm
6967 auto MOrErr = getLazyBitcodeModule(*Buffer, Context, ShouldLazyLoadMetadata, in getOwningLazyBitcodeModule()