Home
last modified time | relevance | path

Searched refs:getContribution (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h125 const SectionContribution *getContribution(DWARFSectionKind Sec) const;
126 const SectionContribution *getContribution() const;
H A DDWARFUnit.h508 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp324 entry->getContribution(llvm::DW_SECT_STR_OFFSETS)) in SetDwoStrOffsetsBase()
465 const auto *contribution = entry->getContribution(llvm::DW_SECT_LOCLISTS); in SetLoclistsBase()
509 if (const auto *contribution = entry->getContribution( in GetLocationData()
523 entry->getContribution(llvm::DW_SECT_RNGLISTS)) in GetRnglistData()
905 auto *unit_contrib = header.m_index_entry->getContribution(); in extract()
911 header.m_index_entry->getContribution(llvm::DW_SECT_ABBREV); in extract()
H A DSymbolFileDWARFDwo.cpp41 if (auto *unit_contrib = entry->getContribution()) in GetDWOCompileUnitForHash()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp159 const auto *CUOff = E.getContribution(DW_SECT_INFO); in getUnitForIndexEntry()
354 auto *UnitContrib = IndexEntry->getContribution(); in applyIndexEntry()
358 auto *AbbrEntry = IndexEntry->getContribution(DW_SECT_ABBREV); in applyIndexEntry()
545 if (auto *Contrib = IndexEntry->getContribution(DW_SECT_RNGLISTS)) in tryExtractDIEsIfNeeded()
565 if (const auto *C = IndexEntry->getContribution( in tryExtractDIEsIfNeeded()
1093 IndexEntry ? IndexEntry->getContribution(DW_SECT_STR_OFFSETS) : nullptr; in determineStringOffsetsTableContributionDWO()
H A DDWARFUnitIndex.cpp248 DWARFUnitIndex::Entry::getContribution(DWARFSectionKind Sec) const { in getContribution() function in DWARFUnitIndex::Entry
257 DWARFUnitIndex::Entry::getContribution() const { in getContribution() function in DWARFUnitIndex::Entry
H A DDWARFVerifier.cpp419 : makeArrayRef(E.getContribution(), 1))) { in verifyIndex()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1185 DWOSectionContribution *DWOContrubution = DWOEntry->getContribution(Sec); in updateDebugData()
1274 TUDWOEntry->getContribution(DW_SECT_EXT_TYPES); in extractDWOTUFromDWP()
1320 TUE->getContribution(DWARFSectionKind::DW_SECT_INFO); in extractTypesFromDWPDWARF5()
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp175 const auto *Off = Entry.getContribution(Kind); in getSubsection()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1172 DWOEntry->getContribution(DWARFSectionKind::DW_SECT_ABBREV); in addUnitAbbreviations()