Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp65 StructAlignment = std::max(TyAlign, StructAlignment); in StructLayout()
74 if (!isAligned(StructAlignment, StructSize)) { in StructLayout()
76 StructSize = alignTo(StructSize, StructAlignment); in StructLayout()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h606 Align StructAlignment; variable
615 Align getAlignment() const { return StructAlignment; } in getAlignment()