Lines Matching defs:contribution
345 // that points to the first string offset of the CU contribution to the
353 if (const auto *contribution =
355 baseOffset = contribution->getOffset();
497 const auto *contribution = entry->getContribution(llvm::DW_SECT_LOCLISTS);
498 if (!contribution) {
500 "Failed to find location list contribution for CU with DWO Id "
505 offset += contribution->getOffset();
541 if (const auto *contribution = entry->getContribution(
543 return DWARFDataExtractor(data, contribution->getOffset(),
544 contribution->getLength32());
554 if (const auto *contribution =
556 return DWARFDataExtractor(data, contribution->getOffset(),
557 contribution->getLength32());
559 "Failed to find range list contribution for CU with signature {0:x16}",