Searched refs:IsDWO (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 69 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl() argument 89 if (!IndexEntry && IsDWO) { in addUnitsImpl() 111 LE, IsDWO, *this); in addUnitsImpl() 115 AOS, LS, LE, IsDWO, *this); in addUnitsImpl() 199 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFUnit() argument 203 IsDWO(IsDWO), UnitVector(UnitVector) { in DWARFUnit() 222 if (IsDWO && hasSingleElement(R)) in getAddrOffsetSectionItem() 517 if (!IsDWO) { in tryExtractDIEsIfNeeded() 538 if (IsDWO || getVersion() >= 5) { in tryExtractDIEsIfNeeded() 540 IsDWO ? determineStringOffsetsTableContributionDWO(DA) in tryExtractDIEsIfNeeded() [all …]
|
H A D | DWARFContext.cpp | 620 getTypeUnitMap(bool IsDWO) override { in getTypeUnitMap() argument 621 if (IsDWO) in getTypeUnitMap() 739 getTypeUnitMap(bool IsDWO) override { in getTypeUnitMap() argument 741 return ThreadUnsafeDWARFContextState::getTypeUnitMap(IsDWO); in getTypeUnitMap() 995 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); in dump() local 1005 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump() 1006 bool ExplicitDWO = Explicit && IsDWO; in dump() 1349 bool IsDWO) { in getTypeUnitForHash() argument 1357 return State->getTypeUnitMap(IsDWO).lookup(Hash); in getTypeUnitForHash()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.h | 29 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument 31 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
|
H A D | DWARFTypeUnit.h | 30 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit() argument 33 LS, LE, IsDWO, UnitVector) {} in DWARFTypeUnit()
|
H A D | DWARFUnit.h | 182 bool IsDWO, bool Lazy, DWARFSectionKind SectionKind); 232 bool IsDWO; variable 312 const DWARFSection &LS, bool LE, bool IsDWO, 318 bool isDWOUnit() const { return IsDWO; } in isDWOUnit() 349 DWARFUnit *getLinkedUnit() { return IsDWO ? SU : this; } in getLinkedUnit()
|
H A D | DWARFContext.h | 99 getTypeUnitMap(bool IsDWO) = 0; 265 DWARFTypeUnit *getTypeUnitForHash(uint16_t Version, uint64_t Hash, bool IsDWO);
|