Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp181 StringOffsetSection(SOS), AddrOffsetSection(AOS), isLittleEndian(LE), in DWARFUnit()
222 if (StringOffsetSection.Data.size() < Offset + ItemSize) in getStringOffsetSectionItem()
224 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in getStringOffsetSectionItem()
451 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in tryExtractDIEsIfNeeded()
929 else if (!IndexEntry && !StringOffsetSection.Data.empty()) in determineStringOffsetsTableContributionDWO()
930 Desc = StrOffsetsContributionDescriptor(0, StringOffsetSection.Data.size(), in determineStringOffsetsTableContributionDWO()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h219 const DWARFSection &StringOffsetSection; variable
301 return StringOffsetSection; in getStringOffsetSection()