• Home
  • Raw
  • Download

Lines Matching refs:SectionContents

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