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

References

lib/Remarks/BitstreamRemarkSerializer.cpp
   49   initBlock(META_BLOCK_ID, Bitstream, R, MetaBlockName);
   52   setRecordName(RECORD_META_CONTAINER_INFO, Bitstream, R,
   60       Bitstream.EmitBlockInfoAbbrev(META_BLOCK_ID, Abbrev);
   64   setRecordName(RECORD_META_REMARK_VERSION, Bitstream, R,
   71       Bitstream.EmitBlockInfoAbbrev(META_BLOCK_ID, Abbrev);
   80   Bitstream.EmitRecordWithAbbrev(RecordMetaRemarkVersionAbbrevID, R);
   84   setRecordName(RECORD_META_STRTAB, Bitstream, R, MetaStrTabName);
   90       Bitstream.EmitBlockInfoAbbrev(META_BLOCK_ID, Abbrev);
  104   Bitstream.EmitRecordWithBlob(RecordMetaStrTabAbbrevID, R, Blob);
  108   setRecordName(RECORD_META_EXTERNAL_FILE, Bitstream, R, MetaExternalFileName);
  114       Bitstream.EmitBlockInfoAbbrev(META_BLOCK_ID, Abbrev);
  121   Bitstream.EmitRecordWithBlob(RecordMetaExternalFileAbbrevID, R, Filename);
  126   initBlock(REMARK_BLOCK_ID, Bitstream, R, RemarkBlockName);
  130     setRecordName(RECORD_REMARK_HEADER, Bitstream, R, RemarkHeaderName);
  139         Bitstream.EmitBlockInfoAbbrev(REMARK_BLOCK_ID, Abbrev);
  144     setRecordName(RECORD_REMARK_DEBUG_LOC, Bitstream, R, RemarkDebugLocName);
  152         Bitstream.EmitBlockInfoAbbrev(REMARK_BLOCK_ID, Abbrev);
  157     setRecordName(RECORD_REMARK_HOTNESS, Bitstream, R, RemarkHotnessName);
  163         Bitstream.EmitBlockInfoAbbrev(REMARK_BLOCK_ID, Abbrev);
  168     setRecordName(RECORD_REMARK_ARG_WITH_DEBUGLOC, Bitstream, R,
  179         Bitstream.EmitBlockInfoAbbrev(REMARK_BLOCK_ID, Abbrev);
  184     setRecordName(RECORD_REMARK_ARG_WITHOUT_DEBUGLOC, Bitstream, R,
  192         Bitstream.EmitBlockInfoAbbrev(REMARK_BLOCK_ID, Abbrev);
  199     Bitstream.Emit(static_cast<unsigned>(C), 8);
  201   Bitstream.EnterBlockInfoBlock();
  230   Bitstream.ExitBlock();
  237   Bitstream.EnterSubblock(META_BLOCK_ID, 3);
  244   Bitstream.EmitRecordWithAbbrev(RecordMetaContainerInfoAbbrevID, R);
  265   Bitstream.ExitBlock();
  270   Bitstream.EnterSubblock(REMARK_BLOCK_ID, 4);
  278   Bitstream.EmitRecordWithAbbrev(RecordRemarkHeaderAbbrevID, R);
  286     Bitstream.EmitRecordWithAbbrev(RecordRemarkDebugLocAbbrevID, R);
  293     Bitstream.EmitRecordWithAbbrev(RecordRemarkHotnessAbbrevID, R);
  310     Bitstream.EmitRecordWithAbbrev(HasDebugLoc
  315   Bitstream.ExitBlock();