Searched refs:DW_SECT_INFO (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp23 DW_SECT_INFO = 1, member in class:__anon1920::DWARFSectionKindV2
37 return ID >= DW_SECT_INFO && ID <= DW_SECT_RNGLISTS &&
137 InfoColumnKind = DW_SECT_INFO;
H A DDWARFUnit.cpp81 Context, Header.isTypeUnit() ? DW_SECT_EXT_TYPES : DW_SECT_INFO);
145 const auto *CUOff = E.getContribution(DW_SECT_INFO);
163 auto U = Parser(Offset, DW_SECT_INFO, nullptr, &E);
705 if (Kind == DW_SECT_INFO)
H A DDWARFContext.cpp752 CUIndex = std::make_unique<DWARFUnitIndex>(DW_SECT_INFO);
972 NormalUnits.addUnitsForSection(*this, S, DW_SECT_INFO);
984 DWOUnits.addUnitsForDWOSection(*this, S, DW_SECT_INFO, Lazy);
H A DDWARFVerifier.cpp361 NumErrors += verifyUnitSection(S, DW_SECT_INFO);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp341 assert(serializeSectionKind(Kind, 2) >= DW_SECT_INFO);
342 return serializeSectionKind(Kind, 2) - DW_SECT_INFO;
348 return Index + DW_SECT_INFO;
584 case DW_SECT_INFO:
660 {"debug_info.dwo", {MCOFI.getDwarfInfoDWOSection(), DW_SECT_INFO}},
738 DWARFUnitIndex CUIndex(DW_SECT_INFO);
754 getSubsection(InfoSection, E, DW_SECT_INFO),
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Ddwp.cc754 ".debug_info.dwo", // DW_SECT_INFO = 1
921 debug_shndx[elfcpp::DW_SECT_INFO] = i;
968 if (debug_shndx[elfcpp::DW_SECT_INFO] > 0)
971 debug_shndx[elfcpp::DW_SECT_INFO] = 0;
1139 : elfcpp::DW_SECT_INFO);
1519 : debug_shndx[elfcpp::DW_SECT_INFO]);
1645 if (section_id == elfcpp::DW_SECT_INFO)
2253 this->output_file_->add_contribution(elfcpp::DW_SECT_INFO,
2257 unit_set->sections[elfcpp::DW_SECT_INFO] = bounds;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Ddwp.cc754 ".debug_info.dwo", // DW_SECT_INFO = 1
921 debug_shndx[elfcpp::DW_SECT_INFO] = i;
968 if (debug_shndx[elfcpp::DW_SECT_INFO] > 0)
971 debug_shndx[elfcpp::DW_SECT_INFO] = 0;
1139 : elfcpp::DW_SECT_INFO);
1519 : debug_shndx[elfcpp::DW_SECT_INFO]);
1645 if (section_id == elfcpp::DW_SECT_INFO)
2253 this->output_file_->add_contribution(elfcpp::DW_SECT_INFO,
2257 unit_set->sections[elfcpp::DW_SECT_INFO] = bounds;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Ddwp.cc754 ".debug_info.dwo", // DW_SECT_INFO = 1
921 debug_shndx[elfcpp::DW_SECT_INFO] = i;
968 if (debug_shndx[elfcpp::DW_SECT_INFO] > 0)
971 debug_shndx[elfcpp::DW_SECT_INFO] = 0;
1139 : elfcpp::DW_SECT_INFO);
1519 : debug_shndx[elfcpp::DW_SECT_INFO]);
1645 if (section_id == elfcpp::DW_SECT_INFO)
2253 this->output_file_->add_contribution(elfcpp::DW_SECT_INFO,
2257 unit_set->sections[elfcpp::DW_SECT_INFO] = bounds;
/netbsd-current/external/gpl3/binutils.old/dist/elfcpp/
H A Ddwarf.h246 DW_SECT_INFO = 1, enumerator in enum:elfcpp::DW_SECT
/netbsd-current/external/gpl3/binutils/dist/elfcpp/
H A Ddwarf.h285 DW_SECT_INFO = 1, enumerator in enum:elfcpp::DW_SECT
/netbsd-current/external/gpl3/gdb.old/dist/elfcpp/
H A Ddwarf.h246 DW_SECT_INFO = 1, enumerator in enum:elfcpp::DW_SECT
/netbsd-current/external/gpl3/binutils/dist/include/
H A Ddwarf2.h490 DW_SECT_INFO = 1,
489 DW_SECT_INFO = 1, enumerator in enum:dwarf_sect
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Ddwarf2.h495 DW_SECT_INFO = 1,
494 DW_SECT_INFO = 1, enumerator in enum:dwarf_sect
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Ddwarf2.h496 DW_SECT_INFO = 1,
495 DW_SECT_INFO = 1, enumerator in enum:dwarf_sect
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Ddwarf2.h496 DW_SECT_INFO = 1,
495 DW_SECT_INFO = 1, enumerator in enum:dwarf_sect
/netbsd-current/external/gpl3/gcc/dist/include/
H A Ddwarf2.h490 DW_SECT_INFO = 1,
489 DW_SECT_INFO = 1, enumerator in enum:dwarf_sect
/netbsd-current/external/gpl3/gdb/dist/include/
H A Ddwarf2.h490 DW_SECT_INFO = 1,
489 DW_SECT_INFO = 1, enumerator in enum:dwarf_sect
/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf.h39 #define DW_SECT_INFO 1 /* .debug_info.dwo */ macro
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c1632 dw_sect = DW_SECT_INFO;
9489 case DW_SECT_INFO:
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c1791 dw_sect = DW_SECT_INFO;
10749 case DW_SECT_INFO:
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddwarf.c1679 dw_sect = DW_SECT_INFO;
9708 case DW_SECT_INFO:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dread.c11643 DW_SECT_INFO 1 .debug_info.dwo
11834 if (((ids_seen[DW_SECT_INFO] != -1)
12262 case DW_SECT_INFO:
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dread.c10168 DW_SECT_INFO 1 .debug_info.dwo
10359 if (((ids_seen[DW_SECT_INFO] != -1)
10775 case DW_SECT_INFO:

Completed in 673 milliseconds