Lines Matching refs:Contents
336 SectionRef Sec, StringRef Name, StringRef &Contents) { in handleCompressedSection() argument
345 Expected<Decompressor> Dec = Decompressor::create(Name, Contents, IsLE, Is64); in handleCompressedSection()
353 Contents = UncompressedSections.back(); in handleCompressedSection()
583 StringRef Contents = *ContentsOrErr; in handleSection() local
586 Contents)) in handleSection()
597 SectionLength.push_back(std::make_pair(Kind, Contents.size())); in handleSection()
601 AbbrevSection = Contents; in handleSection()
607 CurStrOffsetSection = Contents; in handleSection()
609 CurStrSection = Contents; in handleSection()
611 CurTypesSection.push_back(Contents); in handleSection()
613 CurCUIndexSection = Contents; in handleSection()
615 CurTUIndexSection = Contents; in handleSection()
617 CurInfoSection.push_back(Contents); in handleSection()
620 Out.emitBytes(Contents); in handleSection()