Lines Matching defs:SectionContent
147 StringRef SectionName, StringRef &SectionContent,
150 SectionName, SectionContent, Obj.isLittleEndian(), Obj.is64Bit());
156 SectionContent = Out;
168 StringRef SectionContent =
171 maybeDecompress(Obj, SectionName, SectionContent, Out);
172 printAsStringList(SectionContent);
185 StringRef SectionContent =
188 maybeDecompress(Obj, SectionName, SectionContent, Out);
189 const uint8_t *SecContent = SectionContent.bytes_begin();
190 const uint8_t *SecEnd = SecContent + SectionContent.size();