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

Method clear

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

Source from the content-addressed store, hash-verified

139 void resize(unsigned N) { MetadataPtrs.resize(N); }
140 void push_back(Metadata *MD) { MetadataPtrs.emplace_back(MD); }
141 void clear() { MetadataPtrs.clear(); }
142 Metadata *back() const { return MetadataPtrs.back(); }
143 void pop_back() { MetadataPtrs.pop_back(); }
144 bool empty() const { return MetadataPtrs.empty(); }

Callers 8

tryToResolveCyclesMethod · 0.45
upgradeCUSubprogramsMethod · 0.45
parseMetadataMethod · 0.45
parseOneMetadataMethod · 0.45
parseMetadataKindsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected