Home
last modified time | relevance | path

Searched refs:SectionedAddress (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRnglists.h41 llvm::function_ref<Optional<SectionedAddress>(uint32_t)>
51 getAbsoluteRanges(llvm::Optional<SectionedAddress> BaseAddr,
H A DDWARFFormValue.h78 SectionedAddress SA) const;
107 Optional<SectionedAddress> getAsSectionedAddress() const;
245 inline Optional<SectionedAddress>
H A DDWARFSection.h26 struct SectionedAddress { struct
H A DDWARFUnit.h221 llvm::Optional<SectionedAddress> BaseAddr;
308 Optional<SectionedAddress> getAddrOffsetSectionItem(uint32_t Index) const;
379 llvm::Optional<SectionedAddress> getBaseAddress();
H A DDWARFDebugRangeList.h80 getAbsoluteRanges(llvm::Optional<SectionedAddress> BaseAddr) const;
H A DDWARFListTable.h161 llvm::function_ref<Optional<SectionedAddress>(uint32_t)>
238 llvm::function_ref<Optional<SectionedAddress>(uint32_t)> in dump()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp336 SectionedAddress SA) const { in dumpSectionedAddress()
373 Optional<SectionedAddress> A = U->getAddrOffsetSectionItem(UValue); in dump()
594 Optional<SectionedAddress> DWARFFormValue::getAsSectionedAddress() const { in getAsSectionedAddress()
601 Optional<SectionedAddress> SA = U->getAddrOffsetSectionItem(Index); in getAsSectionedAddress()
H A DDWARFDebugRnglists.cpp117 DWARFDebugRnglist::getAbsoluteRanges(llvm::Optional<SectionedAddress> BaseAddr, in getAbsoluteRanges()
178 llvm::function_ref<Optional<SectionedAddress>(uint32_t)> in dump()
H A DDWARFDebugRangeList.cpp72 llvm::Optional<SectionedAddress> BaseAddr) const { in getAbsoluteRanges()
H A DDWARFDie.cpp104 if (Optional<SectionedAddress> BA = U->getBaseAddress()) in dumpLocation()
129 if (Optional<SectionedAddress> BA = U->getBaseAddress()) in dumpLocation()
H A DDWARFUnit.cpp201 Optional<SectionedAddress>
748 llvm::Optional<SectionedAddress> DWARFUnit::getBaseAddress() { in getBaseAddress()
H A DDWARFContext.cpp274 llvm::function_ref<Optional<SectionedAddress>(uint32_t)> in dumpRnglistsSection()
531 auto LookupPooledAddress = [&](uint32_t Index) -> Optional<SectionedAddress> { in dump()