Searched refs:align_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DDataLayout.h66 static LayoutAlignElem get(AlignTypeEnum align_type, unsigned abi_align,
126 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
128 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DDataLayout.cpp101 LayoutAlignElem::get(AlignTypeEnum align_type, unsigned abi_align, argument
105 retval.AlignType = align_type;
319 DataLayout::setAlignment(AlignTypeEnum align_type, unsigned abi_align,
325 if (Alignments[i].AlignType == (unsigned)align_type &&
334 Alignments.push_back(LayoutAlignElem::get(align_type, abi_align,
/freebsd-10.1-release/contrib/gcc/
H A Dstor-layout.c1522 tree align_type)
1534 if (align_type)
1536 TYPE_ALIGN (type) = TYPE_ALIGN (align_type);
1537 TYPE_USER_ALIGN (type) = TYPE_USER_ALIGN (align_type);
1516 finish_builtin_struct(tree type, const char *name, tree fields, tree align_type) argument

Completed in 171 milliseconds