Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h80 Expected<std::unique_ptr<Module>> getModuleImpl(LLVMContext &Context,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5739 BitcodeModule::getModuleImpl(LLVMContext &Context, bool MaterializeAll, in getModuleImpl() function in BitcodeModule
5782 return getModuleImpl(Context, false, ShouldLazyLoadMetadata, IsImporting); in getLazyModule()
5883 return getModuleImpl(Context, true, false, false); in parseModule()