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

References

lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
 1060   for (unsigned i = 0; i != NumBytes; ++i) {
 1060   for (unsigned i = 0; i != NumBytes; ++i) {
 1061     unsigned Idx = Endian == support::little ? i : (FullSizeBytes - 1 - i);
 1061     unsigned Idx = Endian == support::little ? i : (FullSizeBytes - 1 - i);
 1062     Data[Offset + Idx] |= uint8_t((Value >> (i * 8)) & 0xff);