Searched refs:getLazyBitcodeModule (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 185 getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context, 190 /// Like getLazyBitcodeModule, except that the module takes ownership of
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 191 getLazyBitcodeModule(*MBOrErr, Context, true /*ShouldLazyLoadMetadata*/)); in parseBitcodeFileImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 8541 llvm::getLazyBitcodeModule(MemoryBufferRef Buffer, LLVMContext &Context, in getLazyBitcodeModule() function in llvm 8555 auto MOrErr = getLazyBitcodeModule(*Buffer, Context, ShouldLazyLoadMetadata, in getOwningLazyBitcodeModule()
|