Home
last modified time | relevance | path

Searched refs:IsDWO (Results 1 – 9 of 9) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h25 bool IsDWO, const DWARFUnitSectionBase &UnitSection) in DWARFCompileUnit() argument
26 : DWARFUnit(Context, Section, Header, DA, RS, SS, SOS, AOS, LS, LE, IsDWO, in DWARFCompileUnit()
DDWARFTypeUnit.h32 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()
DDWARFUnit.h185 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/
DDWARFUnit.cpp38 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/
DDWARFUnit.cpp56 bool IsDWO, const DWARFUnitSectionBase &UnitSection) in DWARFUnit() argument
60 isDWO(IsDWO), UnitSection(UnitSection) { in DWARFUnit()
DDWARFContext.cpp313 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()