Searched refs:p2Align (Results 1 – 2 of 2) sorted by relevance
72 uint32_t getAlignment() const { return 1U << p2Align; } in getAlignment()80 p2Align = llvm::Log2_32(align); in setAlignment()81 assert(p2Align <= Log2MaxSectionAlignment && in setAlignment()134 Chunk(Kind k = OtherKind) : chunkKind(k), hasData(true), p2Align(0) {} in chunkKind()148 uint8_t p2Align : 7;
774 p2Align = std::max(p2Align, other->p2Align); in replace()1044 uint8_t p2Align = llvm::Log2_32(c->getAlignment()); in addSection() local1045 assert(p2Align < std::size(ctx.mergeChunkInstances)); in addSection()1046 auto *&mc = ctx.mergeChunkInstances[p2Align]; in addSection()