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

Method parseModuleMetadata

src/lib/Bitcode/Reader/MetadataLoader.h:50–50  ·  view source on GitHub ↗

Parse a module metadata block

Source from the content-addressed store, hash-verified

48
49 // Parse a module metadata block
50 Error parseModuleMetadata() { return parseMetadata(true); }
51
52 // Parse a function metadata block
53 Error parseFunctionMetadata() { return parseMetadata(false); }

Callers 2

materializeMetadataMethod · 0.80
parseModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected