Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h185 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context,
190 /// Like getLazyBitcodeModule, except that the module takes ownership of
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp191 getLazyBitcodeModule(*MBOrErr, Context, true /*ShouldLazyLoadMetadata*/)); in parseBitcodeFileImpl()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8541 llvm::getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context, in getLazyBitcodeModule() function in llvm
8555 auto MOrErr = getLazyBitcodeModule(*Buffer, Context, ShouldLazyLoadMetadata, in getOwningLazyBitcodeModule()