Home
last modified time | relevance | path

Searched refs:AddrOffsetSectionBase (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h230 std::optional<uint64_t> AddrOffsetSectionBase; variable
353 AddrOffsetSectionBase = Base; in setAddrOffsetSection()
357 return AddrOffsetSectionBase; in getAddrOffsetSectionBase()
362 if (std::optional<uint64_t> AddrOffsetSectionBase = in getIndexedAddressOffset() local
364 return *AddrOffsetSectionBase + Index * getAddressByteSize(); in getIndexedAddressOffset()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp216 if (!AddrOffsetSectionBase) { in getAddrOffsetSectionItem()
228 uint64_t Offset = *AddrOffsetSectionBase + Index * getAddressByteSize(); in getAddrOffsetSectionItem()
392 AddrOffsetSectionBase = std::nullopt; in clear()
518 assert(AddrOffsetSectionBase == std::nullopt); in tryExtractDIEsIfNeeded()
521 AddrOffsetSectionBase = toSectionOffset(UnitDie.find(DW_AT_addr_base)); in tryExtractDIEsIfNeeded()
522 if (!AddrOffsetSectionBase) in tryExtractDIEsIfNeeded()
523 AddrOffsetSectionBase = in tryExtractDIEsIfNeeded()
645 if (AddrOffsetSectionBase) in parseDWO()
646 DWO->setAddrOffsetSection(AddrOffsetSection, *AddrOffsetSectionBase); in parseDWO()