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

References

lib/DebugInfo/DWARF/DWARFFormValue.cpp
  392                             ? WithColor(OS, HighlightColor::Address).get()
  405       OS << "<invalid dwarf unit>";
  414       OS << "<no .debug_addr section>";
  418     OS << "true";
  422     OS << format("0x%02x", (uint8_t)UValue);
  425     OS << format("0x%04x", (uint16_t)UValue);
  428     OS << format("0x%08x", (uint32_t)UValue);
  434     OS << format("0x%016" PRIx64, UValue);
  437     OS << format_bytes(ArrayRef<uint8_t>(Value.data, 16), None, 16, 16);
  440     OS << '"';
  441     OS.write_escaped(Value.cstr);
  442     OS << '"';
  477         OS << "NULL";
  482     OS << Value.sval;
  485     OS << Value.uval;
  489       OS << format(" .debug_str[0x%8.8x] = ", (uint32_t)UValue);
  490     dumpString(OS);
  494       OS << format(" .debug_line_str[0x%8.8x] = ", (uint32_t)UValue);
  495     dumpString(OS);
  504       OS << format("indexed (%8.8x) string = ", (uint32_t)UValue);
  505     dumpString(OS);
  509       OS << format("alt indirect string, offset: 0x%" PRIx64 "", UValue);
  510     dumpString(OS);
  547     OS << "DW_FORM_indirect";
  551     OS << format("indexed (0x%x) rangelist = ", (uint32_t)UValue);
  560     OS << format("DW_FORM(0x%4.4x)", Form);
  566       OS << " => {";
  568       WithColor(OS, HighlightColor::Address).get()
  571       OS << "}";