HomeSort by: relevance | last modified time | path
    Searched refs:StringOffsetSection (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 181 StringOffsetSection(SOS), AddrOffsetSection(AOS), isLittleEndian(LE),
222 if (StringOffsetSection.Data.size() < Offset + ItemSize)
224 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection,
451 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection,
929 else if (!IndexEntry && !StringOffsetSection.Data.empty())
930 Desc = StrOffsetsContributionDescriptor(0, StringOffsetSection.Data.size(),
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 219 const DWARFSection &StringOffsetSection;
301 return StringOffsetSection;

Completed in 17 milliseconds