Searched refs:DW_SECT_INFO (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 158 assert(serializeSectionKind(Kind, IndexVersion) >= DW_SECT_INFO); in getContributionIndex() 159 return serializeSectionKind(Kind, IndexVersion) - DW_SECT_INFO; in getContributionIndex() 166 return Index + DW_SECT_INFO; in getOnDiskSectionId() 506 if (Kind != DW_SECT_EXT_TYPES && Kind != DW_SECT_INFO) { in handleSection() 544 {"debug_info.dwo", {InfoSection, DW_SECT_INFO}}, in write() 633 ContributionOffsets[getContributionIndex(DW_SECT_INFO, IndexVersion)]; in write() 647 auto &C = Entry.Contributions[getContributionIndex(DW_SECT_INFO, in write() 697 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write() 713 getSubsection(DwpSingleInfoSection, E, DW_SECT_INFO); in write() 743 unsigned Index = getContributionIndex(DW_SECT_INFO, IndexVersion); in write() [all …]
|
| /freebsd-13.1/contrib/llvm-project/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() 744 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()
|