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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  464     s.Printf("[%s", DW_FORM_value_to_name(form_value.Form()));
  467   if (!form_value.ExtractValue(data, offset_ptr))
  471     if (form_value.Form() == DW_FORM_indirect) {
  472       s.Printf(" [%s]", DW_FORM_value_to_name(form_value.Form()));
  485     s.Printf("0x%8.8" PRIx64, form_value.Unsigned());
  489     s.PutCString(DW_LANG_value_to_name(form_value.Unsigned()));
  493     s.PutCString(DW_ATE_value_to_name(form_value.Unsigned()));
  499     const uint8_t *blockData = form_value.BlockData();
  503                                       (*offset_ptr) - form_value.Unsigned(),
  504                                       form_value.Unsigned());
  510       uint64_t debug_loc_offset = form_value.Unsigned();
  518     DWARFDIE abstract_die = form_value.Reference();
  519     form_value.Dump(s);
  525     DWARFDIE type_die = form_value.Reference();