Lines Matching defs:contents
660 auto contents =
663 BinaryStreamReader reader(contents, llvm::endianness::little);
664 exitOnErr(reader.readArray(subsections, contents.size()));
732 ArrayRef<uint8_t> contents = secChunk->getContents();
734 crc.update(contents);
760 // Note that we are processing the *unrelocated* section contents. They will
762 ArrayRef<uint8_t> contents = debugChunk->getContents();
763 contents = SectionChunk::consumeDebugMagic(contents, ".debug$S");
765 BinaryStreamReader reader(contents, llvm::endianness::little);
767 exitOnErr(reader.readArray(subsections, contents.size()));
1187 // Construct TPI and IPI stream contents.
1662 // Signature is set to a hash of the PDB contents when the PDB is done.
1787 ArrayRef<uint8_t> contents =
1790 BinaryStreamReader reader(contents, llvm::endianness::little);
1791 exitOnErr(reader.readArray(subsections, contents.size()));