Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp179 StringOffsetSection(SOS), AddrOffsetSection(AOS), isLittleEndian(LE), in DWARFUnit()
248 if (StringOffsetSection.Data.size() < Offset + ItemSize) in getStringOffsetSectionItem()
250 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in getStringOffsetSectionItem()
477 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in tryExtractDIEsIfNeeded()
988 {0, StringOffsetSection.Data.size(), 4, DWARF32})}; in determineStringOffsetsTableContributionDWO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h211 const DWARFSection &StringOffsetSection; variable
296 return StringOffsetSection; in getStringOffsetSection()