Lines Matching refs:DObj
326 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugAbbrev() local
328 if (!DObj.getAbbrevSection().empty()) in handleDebugAbbrev()
330 if (!DObj.getAbbrevDWOSection().empty()) in handleDebugAbbrev()
366 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyUnitSection() local
367 DWARFDataExtractor DebugInfoData(DObj, S, DCtx.isLittleEndian(), 0); in verifyUnitSection()
453 const DWARFObject &DObj = DCtx.getDWARFObj(); in handleDebugInfo() local
457 DObj.forEachInfoSections([&](const DWARFSection &S) { in handleDebugInfo()
462 DObj.forEachTypesSections([&](const DWARFSection &S) { in handleDebugInfo()
579 const DWARFObject &DObj = DCtx.getDWARFObj(); in verifyDebugInfoAttribute() local
588 ? DObj.getRangesSection() in verifyDebugInfoAttribute()
589 : DObj.getRnglistsSection(); in verifyDebugInfoAttribute()