Home
last modified time | relevance | path

Searched refs:getModuleImpl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h85 getModuleImpl(LLVMContext &Context, bool MaterializeAll,
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7678 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()