Home
last modified time | relevance | path

Searched refs:IsDWO (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h22 bool IsDWO, const DWARFUnitSectionBase &UnitSection, in DWARFCompileUnit() argument
24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO, in DWARFCompileUnit()
DDWARFTypeUnit.h24 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()
DDWARFUnit.h84 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/
DDWARFUnit.cpp38 bool IsDWO, const DWARFUnitSectionBase &UnitSection, in DWARFUnit() argument
47 AddrOffsetSection(AOS), isLittleEndian(LE), isDWO(IsDWO),