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

References

lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  581   for (int i = 0; i < NumBytes; i++) {
  581   for (int i = 0; i < NumBytes; i++) {
  584       c = Ptr64[i / 8] >> (8 * (i & 7));
  584       c = Ptr64[i / 8] >> (8 * (i & 7));
  586       c = Ptr64[(NumBytes - 1 - i) / 8] >> (8 * ((NumBytes - 1 - i) & 7));
  586       c = Ptr64[(NumBytes - 1 - i) / 8] >> (8 * ((NumBytes - 1 - i) & 7));