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

Method parseBitcodeInto

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

Source from the content-addressed store, hash-verified

3387}
3388
3389Error BitcodeReader::parseBitcodeInto(Module *M, bool ShouldLazyLoadMetadata,
3390 bool IsImporting) {
3391 TheModule = M;
3392 MDLoader = MetadataLoader(Stream, *M, ValueList, IsImporting,
3393 [&](unsigned ID) { return getTypeByID(ID); });
3394 return parseModule(0, ShouldLazyLoadMetadata);
3395}
3396
3397Error BitcodeReader::typeCheckLoadStoreInst(Type *ValType, Type *PtrType) {
3398 if (!isa<PointerType>(PtrType))

Callers 1

getModuleImplMethod · 0.80

Calls 1

MetadataLoaderClass · 0.85

Tested by

no test coverage detected