Lines Matching full:contribution
341 // that points to the first string offset of the CU contribution to the
349 if (const auto *contribution =
351 baseOffset = contribution->getOffset();
493 const auto *contribution = entry->getContribution(llvm::DW_SECT_LOCLISTS);
494 if (!contribution) {
496 "Failed to find location list contribution for CU with DWO Id "
501 offset += contribution->getOffset();
537 if (const auto *contribution = entry->getContribution(
539 return DWARFDataExtractor(data, contribution->getOffset(),
540 contribution->getLength32());
550 if (const auto *contribution =
552 return DWARFDataExtractor(data, contribution->getOffset(),
553 contribution->getLength32());
555 "Failed to find range list contribution for CU with signature {0:x16}",