Searched refs:DW_SECT_INFO (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnitIndex.cpp | 24 DW_SECT_INFO = 1, enumerator 38 return ID >= DW_SECT_INFO && ID <= DW_SECT_RNGLISTS && in isKnownV5SectionID() 138 InfoColumnKind = DW_SECT_INFO; in parseImpl() 227 Kind == DWARFSectionKind::DW_SECT_INFO ? 40 : 24); in dump() 234 if (Kind == DWARFSectionKind::DW_SECT_INFO || in dump() 248 if (Kind == DWARFSectionKind::DW_SECT_INFO || in dump()
|
| H A D | DWARFUnit.cpp | 91 Context, Header.isTypeUnit() ? DW_SECT_EXT_TYPES : DW_SECT_INFO); in addUnitsImpl() 166 const auto *CUOff = E.getContribution(DW_SECT_INFO); in getUnitForIndexEntry() 184 auto U = Parser(Offset, DW_SECT_INFO, nullptr, &E); in getUnitForIndexEntry() 894 if (Kind == DW_SECT_INFO) in getDWARFUnitIndex()
|
| H A D | DWARFContext.cpp | 91 C, Data, &Offset, DWARFSectionKind::DW_SECT_INFO)) { in fixupIndexV4() 153 C, Data, &Offset, DWARFSectionKind::DW_SECT_INFO)) { in fixupIndexV5() 292 NormalUnits.addUnitsForSection(D, S, DW_SECT_INFO); in getNormalUnits() 307 DWOUnits.addUnitsForDWOSection(D, S, DW_SECT_INFO, Lazy); in getDWOUnits() 332 CUIndex = std::make_unique<DWARFUnitIndex>(DW_SECT_INFO); in getCUIndex()
|
| H A D | DWARFVerifier.cpp | 494 InfoColumnKind == DW_SECT_INFO in verifyIndex() 506 StringRef Category = InfoColumnKind == DWARFSectionKind::DW_SECT_INFO in verifyIndex() 525 return verifyIndex(".debug_cu_index", DWARFSectionKind::DW_SECT_INFO, in handleDebugCUIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 161 assert(serializeSectionKind(Kind, IndexVersion) >= DW_SECT_INFO); in getContributionIndex() 162 return serializeSectionKind(Kind, IndexVersion) - DW_SECT_INFO; in getContributionIndex() 168 return Index + DW_SECT_INFO; in getOnDiskSectionId() 593 if (Kind != DW_SECT_EXT_TYPES && Kind != DW_SECT_INFO) { in handleSection() 632 {"debug_info.dwo", {InfoSection, DW_SECT_INFO}}, in write() 741 ContributionOffsets[getContributionIndex(DW_SECT_INFO, IndexVersion)]; in write() 755 auto &C = Entry.Contributions[getContributionIndex(DW_SECT_INFO, in write() 827 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write() 843 getSubsection(DwpSingleInfoSection, E, DW_SECT_INFO); in write() 873 unsigned Index = getContributionIndex(DW_SECT_INFO, IndexVersion); in write() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.cpp | 1013 ? llvm::DWARFSectionKind::DW_SECT_INFO in extract()
|