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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 220 const DWARFSection *AddrOffsetSection;
305 AddrOffsetSection = AOS;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 181 StringOffsetSection(SOS), AddrOffsetSection(AOS), isLittleEndian(LE),
208 if (AddrOffsetSection->Data.size() < Offset + getAddressByteSize())
210 DWARFDataExtractor DA(Context.getDWARFObj(), *AddrOffsetSection,
551 DWO->setAddrOffsetSection(AddrOffsetSection, *AddrOffsetSectionBase);

Completed in 48 milliseconds