Searched refs:p2Align (Results 1 – 2 of 2) sorted by relevance
65 uint32_t getAlignment() const { return 1U << p2Align; } in getAlignment()73 p2Align = llvm::Log2_32(align); in setAlignment()74 assert(p2Align <= Log2MaxSectionAlignment && in setAlignment()120 Chunk(Kind k = OtherKind) : chunkKind(k), hasData(true), p2Align(0) {} in chunkKind()134 uint8_t p2Align : 7;
632 p2Align = std::max(p2Align, other->p2Align); in replace()872 uint8_t p2Align = llvm::Log2_32(c->getAlignment()); in addSection() local873 assert(p2Align < array_lengthof(instances)); in addSection()874 auto *&mc = instances[p2Align]; in addSection()