Lines Matching refs:SectionContents
144 StringRef SectionContents);
163 StringRef SectionContents, StringRef Block);
175 StringRef SectionContents,
203 const COFFObjectFile *Obj, StringRef SectionContents) in COFFObjectDumpDelegate() argument
204 : CD(CD), SR(SR), SectionContents(SectionContents) { in COFFObjectDumpDelegate()
214 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset()
227 CD.printBinaryBlockWithRelocs(Label, SR, SectionContents, SBlock); in printBinaryBlockWithRelocs()
242 StringRef SectionContents; member in __anon22f3d4430111::COFFObjectDumpDelegate
295 StringRef SectionContents, in resolveSymbolName() argument
298 assert(SectionContents.data() < RelocPtr && in resolveSymbolName()
299 RelocPtr < SectionContents.data() + SectionContents.size() && in resolveSymbolName()
302 SectionContents.data()); in resolveSymbolName()
319 StringRef SectionContents, in printBinaryBlockWithRelocs() argument
323 assert(SectionContents.begin() < Block.begin() && in printBinaryBlockWithRelocs()
324 SectionContents.end() >= Block.end() && in printBinaryBlockWithRelocs()
326 uint64_t OffsetStart = Block.data() - SectionContents.data(); in printBinaryBlockWithRelocs()
1134 StringRef SectionContents = in printCodeViewSymbolSection() local
1136 StringRef Data = SectionContents; in printCodeViewSymbolSection()
1184 size_t SectionOffset = Data.data() - SectionContents.data(); in printCodeViewSymbolSection()
1187 if (NextOffset > SectionContents.size()) in printCodeViewSymbolSection()
1190 Data = SectionContents.drop_front(NextOffset); in printCodeViewSymbolSection()
1195 printBinaryBlockWithRelocs("SubSectionContents", Section, SectionContents, in printCodeViewSymbolSection()
1200 printCodeViewSymbolsSubsection(Contents, Section, SectionContents); in printCodeViewSymbolSection()
1251 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
1353 StringRef SectionContents) { in printCodeViewSymbolsSubsection() argument
1357 SectionContents); in printCodeViewSymbolsSubsection()