Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp202 StringOffsetSection(SOS), AddrOffsetSection(AOS), IsLittleEndian(LE), in DWARFUnit()
245 if (StringOffsetSection.Data.size() < Offset + ItemSize) in getStringOffsetSectionItem()
249 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in getStringOffsetSectionItem()
536 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in tryExtractDIEsIfNeeded()
1197 else if (!IndexEntry && !StringOffsetSection.Data.empty()) in determineStringOffsetsTableContributionDWO()
1198 Desc = StrOffsetsContributionDescriptor(0, StringOffsetSection.Data.size(), in determineStringOffsetsTableContributionDWO()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h227 const DWARFSection &StringOffsetSection; variable
342 return StringOffsetSection; in getStringOffsetSection()