Lines Matching defs:SectionContent
149 StringRef SectionName, StringRef &SectionContent,
152 SectionName, SectionContent, Obj.isLittleEndian(), Obj.is64Bit());
158 SectionContent = Out;
171 StringRef SectionContent =
174 maybeDecompress(Obj, SectionName, SectionContent, Out);
175 printAsStringList(SectionContent);
189 StringRef SectionContent =
192 maybeDecompress(Obj, SectionName, SectionContent, Out);
193 const uint8_t *SecContent = SectionContent.bytes_begin();
194 const uint8_t *SecEnd = SecContent + SectionContent.size();