Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFUnit.h37 StringRef StringOffsetSection; variable
74 StringRef getStringOffsetSection() const { return StringOffsetSection; } in getStringOffsetSection()
HDDWARFUnit.cpp24 StringSection(SS), StringOffsetSection(SOS), AddrOffsetSection(AOS), in DWARFUnit()
47 if (StringOffsetSection.size() < Offset + ItemSize) in getStringOffsetSectionItem()
49 DataExtractor DA(StringOffsetSection, isLittleEndian, 0); in getStringOffsetSectionItem()