Lines Matching refs:Contents
275 StringRef &Name, StringRef &Contents) { in handleCompressedSection() argument
280 Decompressor::create(Name, Contents, false /*IsLE*/, false /*Is64Bit*/); in handleCompressedSection()
289 Contents = UncompressedSections.back(); in handleCompressedSection()
494 StringRef Contents = *ContentsOrErr; in handleSection() local
496 if (auto Err = handleCompressedSection(UncompressedSections, Name, Contents)) in handleSection()
507 SectionLength.push_back(std::make_pair(Kind, Contents.size())); in handleSection()
511 AbbrevSection = Contents; in handleSection()
517 CurStrOffsetSection = Contents; in handleSection()
519 CurStrSection = Contents; in handleSection()
521 CurTypesSection.push_back(Contents); in handleSection()
523 CurCUIndexSection = Contents; in handleSection()
525 CurTUIndexSection = Contents; in handleSection()
527 CurInfoSection.push_back(Contents); in handleSection()
530 Out.emitBytes(Contents); in handleSection()