| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnitIndex.cpp | 23 DW_SECT_INFO = 1, enumerator 37 return ID >= DW_SECT_INFO && ID <= DW_SECT_RNGLISTS && in isKnownV5SectionID() 137 InfoColumnKind = DW_SECT_INFO; in parseImpl()
|
| H A D | DWARFUnit.cpp | 81 Context, Header.isTypeUnit() ? DW_SECT_EXT_TYPES : DW_SECT_INFO); in addUnitsImpl() 145 const auto *CUOff = E.getContribution(DW_SECT_INFO); in getUnitForIndexEntry() 163 auto U = Parser(Offset, DW_SECT_INFO, nullptr, &E); in getUnitForIndexEntry() 705 if (Kind == DW_SECT_INFO) in getDWARFUnitIndex()
|
| H A D | DWARFContext.cpp | 752 CUIndex = std::make_unique<DWARFUnitIndex>(DW_SECT_INFO); in getCUIndex() 972 NormalUnits.addUnitsForSection(*this, S, DW_SECT_INFO); in parseNormalUnits() 984 DWOUnits.addUnitsForDWOSection(*this, S, DW_SECT_INFO, Lazy); in parseDWOUnits()
|
| H A D | DWARFVerifier.cpp | 361 NumErrors += verifyUnitSection(S, DW_SECT_INFO); in handleDebugInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 341 assert(serializeSectionKind(Kind, 2) >= DW_SECT_INFO); in getContributionIndex() 342 return serializeSectionKind(Kind, 2) - DW_SECT_INFO; in getContributionIndex() 348 return Index + DW_SECT_INFO; in getOnDiskSectionId() 584 case DW_SECT_INFO: in handleSection() 660 {"debug_info.dwo", {MCOFI.getDwarfInfoDWOSection(), DW_SECT_INFO}}, in write() 738 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write() 754 getSubsection(InfoSection, E, DW_SECT_INFO), in write()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | dwp.cc | 921 debug_shndx[elfcpp::DW_SECT_INFO] = i; in read() 968 if (debug_shndx[elfcpp::DW_SECT_INFO] > 0) in read() 971 debug_shndx[elfcpp::DW_SECT_INFO] = 0; in read() 1139 : elfcpp::DW_SECT_INFO); in sized_read_unit_index() 1519 : debug_shndx[elfcpp::DW_SECT_INFO]); in add_unit_set() 1645 if (section_id == elfcpp::DW_SECT_INFO) in add_contribution() 2253 this->output_file_->add_contribution(elfcpp::DW_SECT_INFO, in visit_compilation_unit() 2257 unit_set->sections[elfcpp::DW_SECT_INFO] = bounds; in visit_compilation_unit()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | dwp.cc | 921 debug_shndx[elfcpp::DW_SECT_INFO] = i; in read() 968 if (debug_shndx[elfcpp::DW_SECT_INFO] > 0) in read() 971 debug_shndx[elfcpp::DW_SECT_INFO] = 0; in read() 1139 : elfcpp::DW_SECT_INFO); in sized_read_unit_index() 1519 : debug_shndx[elfcpp::DW_SECT_INFO]); in add_unit_set() 1645 if (section_id == elfcpp::DW_SECT_INFO) in add_contribution() 2253 this->output_file_->add_contribution(elfcpp::DW_SECT_INFO, in visit_compilation_unit() 2257 unit_set->sections[elfcpp::DW_SECT_INFO] = bounds; in visit_compilation_unit()
|
| /netbsd-src/external/gpl3/binutils/dist/elfcpp/ |
| H A D | dwarf.h | 285 DW_SECT_INFO = 1, enumerator
|
| /netbsd-src/external/gpl3/binutils.old/dist/elfcpp/ |
| H A D | dwarf.h | 285 DW_SECT_INFO = 1, enumerator
|
| /netbsd-src/external/gpl3/gcc.old/dist/include/ |
| H A D | dwarf2.h | 495 DW_SECT_INFO = 1, enumerator
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | dwarf2.h | 499 DW_SECT_INFO = 1, enumerator
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | dwarf2.h | 489 DW_SECT_INFO = 1, enumerator
|
| /netbsd-src/external/gpl3/gcc/dist/include/ |
| H A D | dwarf2.h | 489 DW_SECT_INFO = 1, enumerator
|
| /netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
| H A D | dwarf.h | 39 #define DW_SECT_INFO 1 /* .debug_info.dwo */ macro
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | dwarf.c | 1745 dw_sect = DW_SECT_INFO; in find_cu_tu_set_v2() 10913 case DW_SECT_INFO: in get_DW_SECT_short_name()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | dwarf.c | 1791 dw_sect = DW_SECT_INFO; in find_cu_tu_set_v2() 10749 case DW_SECT_INFO: in get_DW_SECT_short_name()
|