MCPcopy Create free account
hub / github.com/GANGE666/xVMP / getLazyModule

Method getLazyModule

src/lib/Bitcode/Reader/BitcodeReader.cpp:5897–5901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5895}
5896
5897Expected<std::unique_ptr<Module>>
5898BitcodeModule::getLazyModule(LLVMContext &Context, bool ShouldLazyLoadMetadata,
5899 bool IsImporting) {
5900 return getModuleImpl(Context, false, ShouldLazyLoadMetadata, IsImporting);
5901}
5902
5903// Parse the specified bitcode buffer and merge the index into CombinedIndex.
5904// We don't use ModuleIdentifier here because the client may need to control the

Callers 5

addRegularLTOMethod · 0.80
thinBackendMethod · 0.80
getLazyBitcodeModuleMethod · 0.80
upgradeFunction · 0.80
createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected