Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp89 if (!IndexEntry && IsDWO) { in addUnitsImpl()
107 LE, IsDWO, *this); in addUnitsImpl()
199 IsDWO(IsDWO), UnitVector(UnitVector) { in DWARFUnit()
218 if (IsDWO && hasSingleElement(R)) in getAddrOffsetSectionItem()
494 if (!IsDWO) { in tryExtractDIEsIfNeeded()
515 if (IsDWO || getVersion() >= 5) { in tryExtractDIEsIfNeeded()
532 if (IsDWO) { in tryExtractDIEsIfNeeded()
548 if (IsDWO) { in tryExtractDIEsIfNeeded()
581 if (IsDWO) in parseDWO()
1137 assert(!IsDWO); in determineStringOffsetsTableContribution()
[all …]
H A DDWARFContext.cpp619 getTypeUnitMap(bool IsDWO) override { in getTypeUnitMap() argument
620 if (IsDWO) in getTypeUnitMap()
738 getTypeUnitMap(bool IsDWO) override { in getTypeUnitMap() argument
740 return ThreadUnsafeDWARFContextState::getTypeUnitMap(IsDWO); in getTypeUnitMap()
994 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); in dump() local
1004 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()
1005 bool ExplicitDWO = Explicit && IsDWO; in dump()
1348 bool IsDWO) { in getTypeUnitForHash() argument
1356 return State->getTypeUnitMap(IsDWO).lookup(Hash); in getTypeUnitForHash()
/freebsd-14.2/contrib/llvm-project/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.h182 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 DDWARFContext.h99 getTypeUnitMap(bool IsDWO) = 0;
265 DWARFTypeUnit *getTypeUnitForHash(uint16_t Version, uint64_t Hash, bool IsDWO);