Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp209 if (!AddrOffsetSectionBase) { in getAddrOffsetSectionItem()
221 uint64_t Offset = *AddrOffsetSectionBase + Index * getAddressByteSize(); in getAddrOffsetSectionItem()
380 AddrOffsetSectionBase = std::nullopt; in clear()
506 assert(AddrOffsetSectionBase == std::nullopt); in tryExtractDIEsIfNeeded()
509 AddrOffsetSectionBase = toSectionOffset(UnitDie.find(DW_AT_addr_base)); in tryExtractDIEsIfNeeded()
510 if (!AddrOffsetSectionBase) in tryExtractDIEsIfNeeded()
511 AddrOffsetSectionBase = in tryExtractDIEsIfNeeded()
633 if (AddrOffsetSectionBase) in parseDWO()
634 DWO->setAddrOffsetSection(AddrOffsetSection, *AddrOffsetSectionBase); in parseDWO()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h225 std::optional<uint64_t> AddrOffsetSectionBase; variable
346 AddrOffsetSectionBase = Base; in setAddrOffsetSection()
350 return AddrOffsetSectionBase; in getAddrOffsetSectionBase()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp1018 if (std::optional<uint64_t> AddrOffsetSectionBase = in isLiveSubprogram() local
1020 uint64_t StartOffset = *AddrOffsetSectionBase + AddrValue->getRawUValue(); in isLiveSubprogram()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1167 if (std::optional<uint64_t> AddrOffsetSectionBase = in cloneAddressAttribute() local
1170 *AddrOffsetSectionBase + in cloneAddressAttribute()