Searched refs:getModuleImpl (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeReader.h | 85 getModuleImpl(LLVMContext &Context, bool MaterializeAll,
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 7678 BitcodeModule::getModuleImpl(LLVMContext &Context, bool MaterializeAll, in getModuleImpl() function in BitcodeModule 7721 return getModuleImpl(Context, false, ShouldLazyLoadMetadata, IsImporting, in getLazyModule() 7888 return getModuleImpl(Context, true, false, false, DataLayoutCallback); in parseModule()
|