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

References

lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  522       for (unsigned II = 0, IE = Size; II != IE; II = II + 2) {
  522       for (unsigned II = 0, IE = Size; II != IE; II = II + 2) {
  522       for (unsigned II = 0, IE = Size; II != IE; II = II + 2) {
  523         const unsigned I0 = LittleEndian ? II + 0 : II + 1;
  523         const unsigned I0 = LittleEndian ? II + 0 : II + 1;
  524         const unsigned I1 = LittleEndian ? II + 1 : II + 0;
  524         const unsigned I1 = LittleEndian ? II + 1 : II + 0;
  525         Buffer[Size - II - 2] = uint8_t(Inst >> I0 * CHAR_BIT);
  526         Buffer[Size - II - 1] = uint8_t(Inst >> I1 * CHAR_BIT);