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

Method lookup

src/lib/Bitcode/Reader/MetadataLoader.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 }
150
151 Metadata *lookup(unsigned I) const {
152 if (I < MetadataPtrs.size())
153 return MetadataPtrs[I];
154 return nullptr;
155 }
156
157 void shrinkTo(unsigned N) {
158 assert(N <= size() && "Invalid shrinkTo request!");

Callers 11

parseUseListsMethod · 0.45
tryToResolveCyclesMethod · 0.45
upgradeTypeRefMethod · 0.45
getTemporariesMethod · 0.45
flushMethod · 0.45
lazyLoadOneMDStringMethod · 0.45
lazyLoadOneMetadataMethod · 0.45
parseOneMetadataMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected