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

References

lib/MC/MCObjectFileInfo.cpp
  397     DebugSecType = ELF::SHT_MIPS_DWARF;
  401       Ctx->getELFSection(".debug_abbrev", DebugSecType, 0);
  402   DwarfInfoSection = Ctx->getELFSection(".debug_info", DebugSecType, 0);
  403   DwarfLineSection = Ctx->getELFSection(".debug_line", DebugSecType, 0);
  405       Ctx->getELFSection(".debug_line_str", DebugSecType,
  407   DwarfFrameSection = Ctx->getELFSection(".debug_frame", DebugSecType, 0);
  409       Ctx->getELFSection(".debug_pubnames", DebugSecType, 0);
  411       Ctx->getELFSection(".debug_pubtypes", DebugSecType, 0);
  413       Ctx->getELFSection(".debug_gnu_pubnames", DebugSecType, 0);
  415       Ctx->getELFSection(".debug_gnu_pubtypes", DebugSecType, 0);
  417       Ctx->getELFSection(".debug_str", DebugSecType,
  419   DwarfLocSection = Ctx->getELFSection(".debug_loc", DebugSecType, 0);
  421       Ctx->getELFSection(".debug_aranges", DebugSecType, 0);
  423       Ctx->getELFSection(".debug_ranges", DebugSecType, 0);
  425       Ctx->getELFSection(".debug_macinfo", DebugSecType, 0);
  443       Ctx->getELFSection(".debug_str_offsets", DebugSecType, 0);
  444   DwarfAddrSection = Ctx->getELFSection(".debug_addr", DebugSecType, 0);
  445   DwarfRnglistsSection = Ctx->getELFSection(".debug_rnglists", DebugSecType, 0);
  446   DwarfLoclistsSection = Ctx->getELFSection(".debug_loclists", DebugSecType, 0);
  450       Ctx->getELFSection(".debug_info.dwo", DebugSecType, ELF::SHF_EXCLUDE);
  452       Ctx->getELFSection(".debug_types.dwo", DebugSecType, ELF::SHF_EXCLUDE);
  454       Ctx->getELFSection(".debug_abbrev.dwo", DebugSecType, ELF::SHF_EXCLUDE);
  456       ".debug_str.dwo", DebugSecType,
  459       Ctx->getELFSection(".debug_line.dwo", DebugSecType, ELF::SHF_EXCLUDE);
  461       Ctx->getELFSection(".debug_loc.dwo", DebugSecType, ELF::SHF_EXCLUDE);
  463                                              DebugSecType, ELF::SHF_EXCLUDE);
  465       Ctx->getELFSection(".debug_rnglists.dwo", DebugSecType, ELF::SHF_EXCLUDE);
  469       Ctx->getELFSection(".debug_cu_index", DebugSecType, 0);
  471       Ctx->getELFSection(".debug_tu_index", DebugSecType, 0);