Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp69 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl() argument
86 if (!IndexEntry && IsDWO) { in addUnitsImpl()
104 LE, IsDWO, *this); in addUnitsImpl()
108 AOS, LS, LE, IsDWO, *this); in addUnitsImpl()
192 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFUnit() argument
196 IsDWO(IsDWO), UnitVector(UnitVector) { in DWARFUnit()
215 if (IsDWO && hasSingleElement(R)) in getAddrOffsetSectionItem()
505 if (!IsDWO) { in tryExtractDIEsIfNeeded()
526 if (IsDWO || getVersion() >= 5) { in tryExtractDIEsIfNeeded()
528 IsDWO ? determineStringOffsetsTableContributionDWO(DA) in tryExtractDIEsIfNeeded()
[all …]
H A DDWARFContext.cpp355 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); in dump() local
365 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()
366 bool ExplicitDWO = Explicit && IsDWO; in dump()
701 bool IsDWO) { in getTypeUnitForHash() argument
715 UnitContainers Units = IsDWO ? UnitContainers{DWOUnits, DWOTypeUnits} in getTypeUnitForHash()
719 for (const auto &U : IsDWO ? dwo_units() : normal_units()) { in getTypeUnitForHash()
/openbsd-src/gnu/llvm/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.h177 bool IsDWO, bool Lazy, DWARFSectionKind SectionKind);
227 bool IsDWO; variable
305 const DWARFSection &LS, bool LE, bool IsDWO,
311 bool isDWOUnit() const { return IsDWO; } in isDWOUnit()
342 DWARFUnit *getLinkedUnit() { return IsDWO ? SU : this; } in getLinkedUnit()
H A DDWARFContext.h252 DWARFTypeUnit *getTypeUnitForHash(uint16_t Version, uint64_t Hash, bool IsDWO);