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

References

include/llvm/Support/DataExtractor.h
   22     Bytes[0] = Bytes[1] = Bytes[2] = U;
   22     Bytes[0] = Bytes[1] = Bytes[2] = U;
   22     Bytes[0] = Bytes[1] = Bytes[2] = U;
   25     Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
   25     Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
   25     Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
   29     return Bytes[LoIx] + (Bytes[1] << 8) + (Bytes[2-LoIx] << 16);
   29     return Bytes[LoIx] + (Bytes[1] << 8) + (Bytes[2-LoIx] << 16);
   29     return Bytes[LoIx] + (Bytes[1] << 8) + (Bytes[2-LoIx] << 16);
   38   return uint24_t(C.Bytes[2], C.Bytes[1], C.Bytes[0]);
   38   return uint24_t(C.Bytes[2], C.Bytes[1], C.Bytes[0]);
   38   return uint24_t(C.Bytes[2], C.Bytes[1], C.Bytes[0]);