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

References

lib/DebugInfo/DWARF/DWARFFormValue.cpp
  408     Optional<object::SectionedAddress> A = U->getAddrOffsetSectionItem(UValue);
  410       AddrOS << format("indexed (%8.8x) address = ", (uint32_t)UValue);
  422     OS << format("0x%02x", (uint8_t)UValue);
  425     OS << format("0x%04x", (uint16_t)UValue);
  428     OS << format("0x%08x", (uint32_t)UValue);
  431     AddrOS << format("0x%016" PRIx64, UValue);
  434     OS << format("0x%016" PRIx64, UValue);
  449     if (UValue > 0) {
  453         AddrOS << format("<0x%" PRIx64 "> ", UValue);
  456         AddrOS << format("<0x%2.2x> ", (uint8_t)UValue);
  459         AddrOS << format("<0x%4.4x> ", (uint16_t)UValue);
  462         AddrOS << format("<0x%8.8x> ", (uint32_t)UValue);
  471         const uint8_t *EndDataPtr = DataPtr + UValue;
  489       OS << format(" .debug_str[0x%8.8x] = ", (uint32_t)UValue);
  494       OS << format(" .debug_line_str[0x%8.8x] = ", (uint32_t)UValue);
  504       OS << format("indexed (%8.8x) string = ", (uint32_t)UValue);
  509       OS << format("alt indirect string, offset: 0x%" PRIx64 "", UValue);
  513     AddrOS << format("0x%016" PRIx64, UValue);
  518       AddrOS << format("cu + 0x%2.2x", (uint8_t)UValue);
  523       AddrOS << format("cu + 0x%4.4x", (uint16_t)UValue);
  528       AddrOS << format("cu + 0x%4.4x", (uint32_t)UValue);
  533       AddrOS << format("cu + 0x%8.8" PRIx64, UValue);
  538       AddrOS << format("cu + 0x%" PRIx64, UValue);
  541     AddrOS << format("<alt 0x%" PRIx64 ">", UValue);
  551     OS << format("indexed (0x%x) rangelist = ", (uint32_t)UValue);
  556     AddrOS << format("0x%08x", (uint32_t)UValue);
  569           << format("0x%8.8" PRIx64, UValue + (U ? U->getOffset() : 0));