Lines Matching refs:DObj

340   const DWARFObject &DObj = DCtx.getDWARFObj();  in handleDebugAbbrev()  local
342 if (!DObj.getAbbrevSection().empty()) in handleDebugAbbrev()
344 if (!DObj.getAbbrevDWOSection().empty()) in handleDebugAbbrev()
380 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection() local
381 DWARFDataExtractor DebugInfoData(DObj, S, DCtx.isLittleEndian(), 0); in verifyUnitSection()
467 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo() local
471 DObj.forEachInfoSections([&](const DWARFSection &S) { in handleDebugInfo()
476 DObj.forEachTypesSections([&](const DWARFSection &S) { in handleDebugInfo()
593 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute() local
602 ? DObj.getRangesSection() in verifyDebugInfoAttribute()
603 : DObj.getRnglistsSection(); in verifyDebugInfoAttribute()
1699 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugStrOffsets() local
1702 ".debug_str_offsets.dwo", DObj.getStrOffsetsDWOSection(), in handleDebugStrOffsets()
1703 DObj.getStrDWOSection(), &DWARFObject::forEachInfoDWOSections); in handleDebugStrOffsets()
1705 ".debug_str_offsets", DObj.getStrOffsetsSection(), DObj.getStrSection(), in handleDebugStrOffsets()
1714 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugStrOffsets() local
1717 (DObj.*VisitInfoSections)([&](const DWARFSection &S) { in verifyDebugStrOffsets()
1720 DWARFDataExtractor DebugInfoData(DObj, S, DCtx.isLittleEndian(), 0); in verifyDebugStrOffsets()
1726 DWARFDataExtractor DA(DObj, Section, DCtx.isLittleEndian(), 0); in verifyDebugStrOffsets()