Home
last modified time | relevance | path

Searched refs:StructAlignment (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp66 StructAlignment = std::max(TyAlign, StructAlignment); in StructLayout()
75 if (!isAligned(StructAlignment, StructSize)) { in StructLayout()
77 StructSize = alignTo(StructSize, StructAlignment); in StructLayout()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h627 Align StructAlignment; variable
636 Align getAlignment() const { return StructAlignment; } in getAlignment()