HomeSort by relevance Sort by last modified time
    Searched full:stringoffsetsection (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 40 LineSection(LS), StringSection(SS), StringOffsetSection([&]() {
69 if (StringOffsetSection.size() < Offset + ItemSize)
71 DataExtractor DA(StringOffsetSection, isLittleEndian, 0);
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 116 StringRef StringOffsetSection;
161 StringRef getStringOffsetSection() const { return StringOffsetSection; }

Completed in 349 milliseconds