Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp79 if (!IndexEntry && IsDWO) { in addUnitsImpl()
90 LE, IsDWO, *this); in addUnitsImpl()
182 IsDWO(IsDWO), UnitVector(UnitVector) { in DWARFUnit()
201 if (IsDWO && hasSingleElement(R)) in getAddrOffsetSectionItem()
473 if (!IsDWO) { in tryExtractDIEsIfNeeded()
494 if (IsDWO || getVersion() >= 5) { in tryExtractDIEsIfNeeded()
511 if (IsDWO) { in tryExtractDIEsIfNeeded()
527 if (IsDWO) { in tryExtractDIEsIfNeeded()
560 if (IsDWO) in parseDWO()
931 assert(!IsDWO); in determineStringOffsetsTableContribution()
[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()
/freebsd-13.1/contrib/llvm-project/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);
224 bool IsDWO; variable
273 const DWARFSection &LS, bool LE, bool IsDWO,
278 bool isDWOUnit() const { return IsDWO; } in isDWOUnit()
309 DWARFUnit *getLinkedUnit() { return IsDWO ? SU : this; } in getLinkedUnit()