Home
last modified time | relevance | path

Searched refs:StringOffsetSection (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()
238 if (StringOffsetSection.Data.size() < Offset + ItemSize) in getStringOffsetSectionItem()
242 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in getStringOffsetSectionItem()
524 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in tryExtractDIEsIfNeeded()
1177 else if (!IndexEntry && !StringOffsetSection.Data.empty()) in determineStringOffsetsTableContributionDWO()
1178 Desc = StrOffsetsContributionDescriptor(0, StringOffsetSection.Data.size(), in determineStringOffsetsTableContributionDWO()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h222 const DWARFSection &StringOffsetSection; variable
335 return StringOffsetSection; in getStringOffsetSection()