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

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

Completed in 107 milliseconds