/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 25 bool IsDWO, const DWARFUnitSectionBase &UnitSection) in DWARFCompileUnit() argument 26 : DWARFUnit(Context, Section, Header, DA, RS, SS, SOS, AOS, LS, LE, IsDWO, in DWARFCompileUnit()
|
D | DWARFTypeUnit.h | 32 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit() argument 34 : DWARFUnit(Context, Section, Header, DA, RS, SS, SOS, AOS, LS, LE, IsDWO, in DWARFTypeUnit()
|
D | DWARFUnit.h | 185 bool IsDWO, bool Lazy) override { in parseImpl() argument 191 if (IsDWO) in parseImpl() 201 Context, Section, Header, DA, RS, SS, SOS, AOS, LS, LE, IsDWO, in parseImpl() 327 const DWARFSection &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),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 56 bool IsDWO, const DWARFUnitSectionBase &UnitSection) in DWARFUnit() argument 60 isDWO(IsDWO), UnitSection(UnitSection) { in DWARFUnit()
|
D | DWARFContext.cpp | 313 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); in dump() local 323 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump() 324 bool ExplicitDWO = Explicit && IsDWO; in dump()
|