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

References

tools/llvm-objdump/llvm-objdump.cpp
  808       SP->printSourceLine(OS, Address, ObjectFilename);
  816       OS << left_justify(IS.str(), 60);
  822         OS << format("\t.long 0x%08" PRIx32 " ",
  824         OS.indent(42);
  826           OS << format("\t.byte 0x%02" PRIx8, Bytes[0]);
  828             OS << format(", 0x%02" PRIx8, Bytes[i]);
  829           OS.indent(55 - (6 * Bytes.size()));
  833     OS << format("// %012" PRIX64 ":", Address.Address);
  840         OS << format(" %08" PRIX32, D);
  843         OS << format(" %02" PRIX8, B);
  847       OS << " // " << Annot;