Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp79 if (IsDWO) in addUnitsImpl()
89 LE, IsDWO, *this); in addUnitsImpl()
177 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFUnit() argument
181 isLittleEndian(LE), IsDWO(IsDWO), UnitVector(UnitVector) { in DWARFUnit()
186 if (IsDWO) { in DWARFUnit()
203 if (IsDWO) { in getAddrOffsetSectionItem()
416 if (!IsDWO) { in extractDIEsIfNeeded()
435 if (IsDWO) in extractDIEsIfNeeded()
445 if (IsDWO) in extractDIEsIfNeeded()
465 if (IsDWO && RngListTable) in extractDIEsIfNeeded()
[all …]
H A DDWARFContext.cpp323 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); in dump() local
333 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()
334 bool ExplicitDWO = Explicit && IsDWO; in dump()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h25 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
27 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
H A DDWARFTypeUnit.h32 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit() argument
35 LS, LE, IsDWO, UnitVector) {} in DWARFTypeUnit()
H A DDWARFUnit.h161 bool IsDWO, bool Lazy, DWARFSectionKind SectionKind);
210 bool IsDWO; variable
265 const DWARFSection &LS, bool LE, bool IsDWO,
270 bool isDWOUnit() const { return IsDWO; } in isDWOUnit()