Lines Matching defs:SectionPiece
296 // SectionPiece represents a piece of splittable section contents.
300 struct SectionPiece {
301 SectionPiece() = default;
302 SectionPiece(size_t off, uint32_t hash, bool live)
312 static_assert(sizeof(SectionPiece) == 16, "SectionPiece is too big");
332 SmallVector<SectionPiece, 0> pieces;
344 // Returns the SectionPiece at a given input section offset.
345 SectionPiece &getSectionPiece(uint64_t offset);
346 const SectionPiece &getSectionPiece(uint64_t offset) const {