Lines Matching defs:SectionContents
144 StringRef SectionContents);
163 StringRef SectionContents, StringRef Block);
175 StringRef SectionContents,
203 const COFFObjectFile *Obj, StringRef SectionContents)
204 : CD(CD), SR(SR), SectionContents(SectionContents) {
214 return Data.data() - SectionContents.bytes_begin();
227 CD.printBinaryBlockWithRelocs(Label, SR, SectionContents, SBlock);
242 StringRef SectionContents;
295 StringRef SectionContents,
298 assert(SectionContents.data() < RelocPtr &&
299 RelocPtr < SectionContents.data() + SectionContents.size() &&
302 SectionContents.data());
319 StringRef SectionContents,
323 assert(SectionContents.begin() < Block.begin() &&
324 SectionContents.end() >= Block.end() &&
325 "Block is not contained in SectionContents");
326 uint64_t OffsetStart = Block.data() - SectionContents.data();
1177 StringRef SectionContents =
1179 StringRef Data = SectionContents;
1227 size_t SectionOffset = Data.data() - SectionContents.data();
1230 if (NextOffset > SectionContents.size())
1233 Data = SectionContents.drop_front(NextOffset);
1238 printBinaryBlockWithRelocs("SubSectionContents", Section, SectionContents,
1243 printCodeViewSymbolsSubsection(Contents, Section, SectionContents);
1294 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents,
1396 StringRef SectionContents) {
1400 SectionContents);