Searched defs:AOS (Results 1 - 4 of 4) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.h | 21 StringRef SOS, StringRef AOS, StringRef LS, bool LE, 24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, UnitSection, 19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, StringRef LS, bool LE, const DWARFUnitSectionBase &UnitSection, const DWARFUnitIndex::Entry *Entry) argument
|
H A D | DWARFTypeUnit.h | 24 StringRef SOS, StringRef AOS, StringRef LS, bool LE, 27 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, UnitSection, 22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, StringRef LS, bool LE, const DWARFUnitSectionBase &UnitSection, const DWARFUnitIndex::Entry *Entry) argument
|
H A D | DWARFUnit.h | 49 StringRef SOS, StringRef AOS, StringRef LS, 87 StringRef SOS, StringRef AOS, StringRef LS, bool LE) override { 95 AOS, LS, LE, *this, 151 StringRef SOS, StringRef AOS, StringRef LS, bool LE, 162 void setAddrOffsetSection(StringRef AOS, uint32_t Base) { argument 163 AddrOffsetSection = AOS;
|
/external/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 36 StringRef SOS, StringRef AOS, StringRef LS, bool LE, 46 AddrOffsetSection(AOS), isLittleEndian(LE), UnitSection(UnitSection), 34 DWARFUnit(DWARFContext &DC, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, StringRef LS, bool LE, const DWARFUnitSectionBase &UnitSection, const DWARFUnitIndex::Entry *IndexEntry) argument
|
Completed in 167 milliseconds