Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching full:numbytes

777   unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind());
784 assert(Offset + NumBytes <= DataSize && "Invalid fixup offset!");
791 assert(NumBytes <= FullSizeBytes && "Invalid fixup size!");
797 for (unsigned i = 0; i != NumBytes; ++i) {