Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp86 if (!IndexEntry && IsDWO) { in addUnitsImpl()
104 LE, IsDWO, *this); in addUnitsImpl()
196 IsDWO(IsDWO), UnitVector(UnitVector) { in DWARFUnit()
215 if (IsDWO && hasSingleElement(R)) in getAddrOffsetSectionItem()
504 if (!IsDWO) { in tryExtractDIEsIfNeeded()
525 if (IsDWO || getVersion() >= 5) { in tryExtractDIEsIfNeeded()
542 if (IsDWO) { in tryExtractDIEsIfNeeded()
558 if (IsDWO) { in tryExtractDIEsIfNeeded()
591 if (IsDWO) in parseDWO()
1076 assert(!IsDWO); in determineStringOffsetsTableContribution()
[all …]
H A DDWARFContext.cpp358 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); in dump() local
368 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()
369 bool ExplicitDWO = Explicit && IsDWO; in dump()
703 bool IsDWO) { in getTypeUnitForHash() argument
717 UnitContainers Units = IsDWO ? UnitContainers{DWOUnits, DWOTypeUnits} in getTypeUnitForHash()
721 for (const auto &U : IsDWO ? dwo_units() : normal_units()) { in getTypeUnitForHash()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h29 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
31 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
H A DDWARFTypeUnit.h30 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit() argument
33 LS, LE, IsDWO, UnitVector) {} in DWARFTypeUnit()
H A DDWARFUnit.h178 bool IsDWO, bool Lazy, DWARFSectionKind SectionKind);
228 bool IsDWO; variable
282 const DWARFSection &LS, bool LE, bool IsDWO,
287 bool isDWOUnit() const { return IsDWO; } in isDWOUnit()
318 DWARFUnit *getLinkedUnit() { return IsDWO ? SU : this; } in getLinkedUnit()
H A DDWARFContext.h252 DWARFTypeUnit *getTypeUnitForHash(uint16_t Version, uint64_t Hash, bool IsDWO);