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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h144 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context,
148 /// Like getLazyBitcodeModule, except that the module takes ownership of
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp190 getLazyBitcodeModule(*MBOrErr, Context, true /*ShouldLazyLoadMetadata*/));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6769 llvm::getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context, function in class:llvm
6781 auto MOrErr = getLazyBitcodeModule(*Buffer, Context, ShouldLazyLoadMetadata,

Completed in 114 milliseconds