Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h84 getModuleImpl(LLVMContext &Context, bool MaterializeAll,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6762 BitcodeModule::getModuleImpl(LLVMContext &Context, bool MaterializeAll, in getModuleImpl() function in BitcodeModule
6808 return getModuleImpl(Context, false, ShouldLazyLoadMetadata, IsImporting, in getLazyModule()
6977 return getModuleImpl(Context, true, false, false, DataLayoutCallback); in parseModule()