Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp41 LineSection(LS), StringSection(SS), StringOffsetSection([&]() { in DWARFUnit()
70 if (StringOffsetSection.size() < Offset + ItemSize) in getStringOffsetSectionItem()
72 DataExtractor DA(StringOffsetSection, isLittleEndian, 0); in getStringOffsetSectionItem()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h113 StringRef StringOffsetSection; variable
159 StringRef getStringOffsetSection() const { return StringOffsetSection; } in getStringOffsetSection()