Lines Matching refs:SectionContents
106 StringRef SectionContents);
117 StringRef SectionContents, StringRef Block);
129 StringRef SectionContents,
150 const COFFObjectFile *Obj, StringRef SectionContents)
151 : CD(CD), SR(SR), SectionContents(SectionContents) {
156 return Record.data() - SectionContents.bytes_begin();
169 CD.printBinaryBlockWithRelocs(Label, SR, SectionContents, SBlock);
182 StringRef SectionContents;
241 StringRef SectionContents,
244 assert(SectionContents.data() < RelocPtr &&
245 RelocPtr < SectionContents.data() + SectionContents.size() &&
248 SectionContents.data());
265 StringRef SectionContents,
269 assert(SectionContents.begin() < Block.begin() &&
270 SectionContents.end() >= Block.end() &&
271 "Block is not contained in SectionContents");
272 uint64_t OffsetStart = Block.data() - SectionContents.data();
742 StringRef SectionContents;
743 error(Section.getContents(SectionContents));
744 StringRef Data = SectionContents;
780 size_t SectionOffset = Data.data() - SectionContents.data();
783 if (NextOffset > SectionContents.size())
785 Data = SectionContents.drop_front(NextOffset);
790 printBinaryBlockWithRelocs("SubSectionContents", Section, SectionContents,
795 printCodeViewSymbolsSubsection(Contents, Section, SectionContents);
837 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionContents,
949 StringRef SectionContents) {
953 SectionContents);