Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/IR/
HDDataLayout.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,
/trueos/contrib/llvm/lib/IR/
HDDataLayout.cpp101 LayoutAlignElem::get(AlignTypeEnum align_type, unsigned abi_align, in get() argument
105 retval.AlignType = align_type; in get()
319 DataLayout::setAlignment(AlignTypeEnum align_type, unsigned abi_align, in setAlignment() argument
325 if (Alignments[i].AlignType == (unsigned)align_type && in setAlignment()
334 Alignments.push_back(LayoutAlignElem::get(align_type, abi_align, in setAlignment()
/trueos/contrib/gcc/
HDstor-layout.c1517 tree align_type) in finish_builtin_struct() argument
1529 if (align_type) in finish_builtin_struct()
1531 TYPE_ALIGN (type) = TYPE_ALIGN (align_type); in finish_builtin_struct()
1532 TYPE_USER_ALIGN (type) = TYPE_USER_ALIGN (align_type); in finish_builtin_struct()