Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp180 StringSection(SS), StringOffsetSection(SOS), AddrOffsetSection(AOS), in DWARFUnit()
214 if (AddrOffsetSection->Data.size() < Offset + getAddressByteSize()) in getAddrOffsetSectionItem()
216 DWARFDataExtractor DA(Context.getDWARFObj(), *AddrOffsetSection, in getAddrOffsetSectionItem()
507 DWO->setAddrOffsetSection(AddrOffsetSection, AddrOffsetSectionBase); in parseDWO()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h207 const DWARFSection *AddrOffsetSection; variable
296 AddrOffsetSection = AOS; in setAddrOffsetSection()