Searched refs:IsDWO (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 22 bool IsDWO, const DWARFUnitSectionBase &UnitSection, in DWARFCompileUnit() argument 24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO, in DWARFCompileUnit()
|
D | DWARFTypeUnit.h | 24 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, in DWARFTypeUnit() argument 27 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO, in DWARFTypeUnit()
|
D | DWARFUnit.h | 84 bool IsDWO) override { in parseImpl() argument 92 AOS, LS, LE, IsDWO, *this, in parseImpl() 149 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO,
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 38 bool IsDWO, const DWARFUnitSectionBase &UnitSection, in DWARFUnit() argument 47 AddrOffsetSection(AOS), isLittleEndian(LE), isDWO(IsDWO),
|