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

References

lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  731   PerBlockIDStats &BlockStats = BlockIDStats[BlockID];
  737   if (BlockID == bitc::BLOCKINFO_BLOCK_ID) {
  757   if (Error Err = Stream.EnterSubBlock(BlockID, &NumWords))
  766     if ((BlockName = GetBlockName(BlockID, BlockInfo, CurStreamType)))
  769       O->OS << "UnknownBlock" << BlockID;
  772       O->OS << " BlockID=" << BlockID;
  807           O->OS << "UnknownBlock" << BlockID << ">\n";
  860           GetCodeName(Code, BlockID, BlockInfo, CurStreamType);
  878       if (BlockID == bitc::METADATA_BLOCK_ID) {
  898       if (BlockID == bitc::MODULE_BLOCK_ID && Code == bitc::MODULE_CODE_HASH &&
  954         if (canDecodeBlob(Code, BlockID)) {