Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp62 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl() argument
79 if (!IndexEntry && IsDWO) { in addUnitsImpl()
90 LE, IsDWO, *this); in addUnitsImpl()
94 AOS, LS, LE, IsDWO, *this); in addUnitsImpl()
178 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFUnit() argument
182 IsDWO(IsDWO), UnitVector(UnitVector) { in DWARFUnit()
201 if (IsDWO && hasSingleElement(R)) in getAddrOffsetSectionItem()
432 if (!IsDWO) { in tryExtractDIEsIfNeeded()
453 if (IsDWO || getVersion() >= 5) { in tryExtractDIEsIfNeeded()
455 IsDWO ? determineStringOffsetsTableContributionDWO(DA) in tryExtractDIEsIfNeeded()
[all …]
H A DDWARFContext.cpp352 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); in dump() local
362 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()
363 bool ExplicitDWO = Explicit && IsDWO; in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
H A DDWARFTypeUnit.h31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit() argument
34 LS, LE, IsDWO, UnitVector) {} in DWARFTypeUnit()
H A DDWARFUnit.h174 bool IsDWO, bool Lazy, DWARFSectionKind SectionKind);
223 bool IsDWO; variable
272 const DWARFSection &LS, bool LE, bool IsDWO,
277 bool isDWOUnit() const { return IsDWO; } in isDWOUnit()