reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Bitcode/Reader/BitcodeReader.cpp
 6346     switch (Entry.Kind) {
 6353       if (Entry.ID == bitc::IDENTIFICATION_BLOCK_ID) {
 6362           Entry = MaybeEntry.get();
 6365         if (Entry.Kind != BitstreamEntry::SubBlock ||
 6366             Entry.ID != bitc::MODULE_BLOCK_ID)
 6370       if (Entry.ID == bitc::MODULE_BLOCK_ID) {
 6382       if (Entry.ID == bitc::STRTAB_BLOCK_ID) {
 6404       if (Entry.ID == bitc::SYMTAB_BLOCK_ID) {
 6426       if (Expected<unsigned> StreamFailed = Stream.skipRecord(Entry.ID))