Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp195 StringOffsetSection(SOS), AddrOffsetSection(AOS), IsLittleEndian(LE), in DWARFUnit()
222 if (AddrOffsetSection->Data.size() < Offset + getAddressByteSize()) in getAddrOffsetSectionItem()
224 DWARFDataExtractor DA(Context.getDWARFObj(), *AddrOffsetSection, in getAddrOffsetSectionItem()
634 DWO->setAddrOffsetSection(AddrOffsetSection, *AddrOffsetSectionBase); in parseDWO()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h223 const DWARFSection *AddrOffsetSection; variable
345 AddrOffsetSection = AOS; in setAddrOffsetSection()