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();
1134 StringRef SectionContents =
1136 StringRef Data = SectionContents;
1184 size_t SectionOffset = Data.data() - SectionContents.data();
1187 if (NextOffset > SectionContents.size())
1190 Data = SectionContents.drop_front(NextOffset);
1195 printBinaryBlockWithRelocs("SubSectionContents", Section, SectionContents,
1200 printCodeViewSymbolsSubsection(Contents, Section, SectionContents);
1251 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents,
1353 StringRef SectionContents) {
1357 SectionContents);