Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h124 getModuleImpl(LLVMContext &Context, bool MaterializeAll,
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7941 BitcodeModule::getModuleImpl(LLVMContext &Context, bool MaterializeAll, in getModuleImpl() function in BitcodeModule
7984 return getModuleImpl(Context, false, ShouldLazyLoadMetadata, IsImporting, in getLazyModule()
8153 return getModuleImpl(Context, true, false, false, Callbacks); in parseModule()