Lines Matching refs:SectionContents

131                                       StringRef SectionContents);
150 StringRef SectionContents, StringRef Block);
162 StringRef SectionContents,
194 const COFFObjectFile *Obj, StringRef SectionContents) in COFFObjectDumpDelegate() argument
195 : CD(CD), SR(SR), SectionContents(SectionContents) { in COFFObjectDumpDelegate()
205 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset()
218 CD.printBinaryBlockWithRelocs(Label, SR, SectionContents, SBlock); in printBinaryBlockWithRelocs()
233 StringRef SectionContents; member in __anon102ad8080111::COFFObjectDumpDelegate
292 StringRef SectionContents, in resolveSymbolName() argument
295 assert(SectionContents.data() < RelocPtr && in resolveSymbolName()
296 RelocPtr < SectionContents.data() + SectionContents.size() && in resolveSymbolName()
299 SectionContents.data()); in resolveSymbolName()
316 StringRef SectionContents, in printBinaryBlockWithRelocs() argument
320 assert(SectionContents.begin() < Block.begin() && in printBinaryBlockWithRelocs()
321 SectionContents.end() >= Block.end() && in printBinaryBlockWithRelocs()
323 uint64_t OffsetStart = Block.data() - SectionContents.data(); in printBinaryBlockWithRelocs()
954 StringRef SectionContents; in printCodeViewSymbolSection() local
955 error(Section.getContents(SectionContents)); in printCodeViewSymbolSection()
956 StringRef Data = SectionContents; in printCodeViewSymbolSection()
993 size_t SectionOffset = Data.data() - SectionContents.data(); in printCodeViewSymbolSection()
996 if (NextOffset > SectionContents.size()) in printCodeViewSymbolSection()
998 Data = SectionContents.drop_front(NextOffset); in printCodeViewSymbolSection()
1003 printBinaryBlockWithRelocs("SubSectionContents", Section, SectionContents, in printCodeViewSymbolSection()
1008 printCodeViewSymbolsSubsection(Contents, Section, SectionContents); in printCodeViewSymbolSection()
1053 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
1150 StringRef SectionContents) { in printCodeViewSymbolsSubsection() argument
1154 SectionContents); in printCodeViewSymbolsSubsection()