Searched refs:IsDWO (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 63 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl() argument 78 if (IsDWO) in addUnitsImpl() 88 LE, IsDWO, *this); in addUnitsImpl() 92 AOS, LS, LE, IsDWO, *this); in addUnitsImpl() 176 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFUnit() argument 180 IsDWO(IsDWO), UnitVector(UnitVector) { in DWARFUnit() 182 if (IsDWO) { in DWARFUnit() 221 if (IsDWO) { in getAddrOffsetSectionItem() 458 if (!IsDWO) { in tryExtractDIEsIfNeeded() 479 if (IsDWO || getVersion() >= 5) { in tryExtractDIEsIfNeeded() [all …]
|
D | DWARFContext.cpp | 329 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); in dump() local 339 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump() 340 bool ExplicitDWO = Explicit && IsDWO; in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument 26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
|
D | DWARFTypeUnit.h | 31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit() argument 34 LS, LE, IsDWO, UnitVector) {} in DWARFTypeUnit()
|
D | DWARFUnit.h | 165 bool IsDWO, bool Lazy, DWARFSectionKind SectionKind); 215 bool IsDWO; variable 271 const DWARFSection &LS, bool LE, bool IsDWO, 276 bool isDWOUnit() const { return IsDWO; } in isDWOUnit()
|