Home
last modified time | relevance | path

Searched refs:AddrOffsetSection (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp59 StringOffsetSection(SOS), AddrOffsetSection(AOS), isLittleEndian(LE), in DWARFUnit()
74 if (AddrOffsetSection->Data.size() < Offset + getAddressByteSize()) in getAddrOffsetSectionItem()
76 DWARFDataExtractor DA(Context.getDWARFObj(), *AddrOffsetSection, in getAddrOffsetSectionItem()
374 DWO->setAddrOffsetSection(AddrOffsetSection, AddrOffsetSectionBase); in parseDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h267 const DWARFSection *AddrOffsetSection; variable
353 AddrOffsetSection = AOS; in setAddrOffsetSection()