Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp38 StringSection(SS), StringOffsetSection(SOS), AddrOffsetSection(AOS), in DWARFUnit()
49 if (AddrOffsetSection.size() < Offset + AddrSize) in getAddrOffsetSectionItem()
51 DataExtractor DA(AddrOffsetSection, isLittleEndian, AddrSize); in getAddrOffsetSectionItem()
289 DWOCU->setAddrOffsetSection(AddrOffsetSection, AddrOffsetSectionBase); in parseDWO()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h113 StringRef AddrOffsetSection; variable
155 AddrOffsetSection = AOS; in setAddrOffsetSection()