Lines Matching defs:Contents
365 StringRef &Contents) {
372 if (!consumeCompressedDebugSectionHeader(Contents, OriginalSize) ||
373 zlib::uncompress(Contents, UncompressedSections.back(), OriginalSize) !=
379 Contents = UncompressedSections.back();
406 StringRef Contents;
407 if (auto Err = Section.getContents(Contents))
410 if (auto Err = handleCompressedSection(UncompressedSections, Name, Contents))
422 (CurEntry.Contributions[Index].Length = Contents.size());
427 InfoSection = Contents;
430 AbbrevSection = Contents;
439 CurStrOffsetSection = Contents;
441 CurStrSection = Contents;
443 CurTypesSection.push_back(Contents);
445 CurCUIndexSection = Contents;
447 CurTUIndexSection = Contents;
450 Out.EmitBytes(Contents);