Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp63 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl() argument
78 if (IsDWO) in addUnitsImpl()
88 LE, IsDWO, *this); in addUnitsImpl()
92 AOS, LS, LE, IsDWO, *this); in addUnitsImpl()
176 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFUnit() argument
180 IsDWO(IsDWO), UnitVector(UnitVector) { in DWARFUnit()
182 if (IsDWO) { in DWARFUnit()
221 if (IsDWO) { in getAddrOffsetSectionItem()
458 if (!IsDWO) { in tryExtractDIEsIfNeeded()
479 if (IsDWO || getVersion() >= 5) { in tryExtractDIEsIfNeeded()
[all …]
DDWARFContext.cpp329 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); in dump() local
339 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump()
340 bool ExplicitDWO = Explicit && IsDWO; in dump()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
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()
195 if (IsDWO) { in getAddrOffsetSectionItem()
432 if (!IsDWO) { in tryExtractDIEsIfNeeded()
453 if (IsDWO || getVersion() >= 5) { in tryExtractDIEsIfNeeded()
455 IsDWO ? determineStringOffsetsTableContributionDWO(DA) in tryExtractDIEsIfNeeded()
[all …]
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()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h22 bool IsDWO, const DWARFUnitSectionBase &UnitSection, in DWARFCompileUnit() argument
24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO, in DWARFCompileUnit()
DDWARFTypeUnit.h24 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, in DWARFTypeUnit() argument
27 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO, in DWARFTypeUnit()
DDWARFUnit.h84 bool IsDWO) override { in parseImpl() argument
92 AOS, LS, LE, IsDWO, *this, in parseImpl()
149 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO,
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
DDWARFTypeUnit.h31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit() argument
34 LS, LE, IsDWO, UnitVector) {} in DWARFTypeUnit()
DDWARFUnit.h174 bool IsDWO, bool Lazy, DWARFSectionKind SectionKind);
223 bool IsDWO; variable
275 const DWARFSection &LS, bool LE, bool IsDWO,
280 bool isDWOUnit() const { return IsDWO; } in isDWOUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
DDWARFTypeUnit.h31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit() argument
34 LS, LE, IsDWO, UnitVector) {} in DWARFTypeUnit()
DDWARFUnit.h165 bool IsDWO, bool Lazy, DWARFSectionKind SectionKind);
215 bool IsDWO; variable
271 const DWARFSection &LS, bool LE, bool IsDWO,
276 bool isDWOUnit() const { return IsDWO; } in isDWOUnit()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp38 bool IsDWO, const DWARFUnitSectionBase &UnitSection, in DWARFUnit() argument
47 AddrOffsetSection(AOS), isLittleEndian(LE), isDWO(IsDWO),