Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp47 AddrOffsetSection(AOS), isLittleEndian(LE), isDWO(IsDWO),
58 if (AddrOffsetSection.size() < Offset + AddrSize) in getAddrOffsetSectionItem()
60 DataExtractor DA(AddrOffsetSection, isLittleEndian, AddrSize); in getAddrOffsetSectionItem()
311 DWOCU->setAddrOffsetSection(AddrOffsetSection, AddrOffsetSectionBase); in parseDWO()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h114 StringRef AddrOffsetSection; variable
161 AddrOffsetSection = AOS; in setAddrOffsetSection()