Home | History | Annotate | Download | only in Targets

Lines Matching full:numbytes

38     unsigned NumBytes = 1 << RE.Size;
45 assert((NumBytes == 4 || NumBytes == 8) && "Invalid relocation size.");
52 assert(NumBytes == 4 && "Invalid relocation size.");
63 if (NumBytes == 4)
133 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes,
140 assert((NumBytes == 4 || NumBytes == 8) && "Invalid relocation size.");
147 assert(NumBytes == 4 && "Invalid relocation size.");
158 if (NumBytes == 4)
432 unsigned NumBytes = 1 << Size;
441 SignExtend64(readBytesUnaligned(LocalAddress, NumBytes), NumBytes * 8);