HomeSort by relevance Sort by last modified time
    Searched refs:LayoutAlignElem (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
DataLayout.h 42 /// Enum used to categorize the alignment types stored by LayoutAlignElem
59 struct LayoutAlignElem {
66 static LayoutAlignElem get(AlignTypeEnum align_type, unsigned abi_align,
69 bool operator==(const LayoutAlignElem &rhs) const;
111 SmallVector<LayoutAlignElem, 16> Alignments;
116 static const LayoutAlignElem InvalidAlignmentElem;
140 /// Predicate that tests a LayoutAlignElem reference returned by get() against
142 bool validAlignment(const LayoutAlignElem &align) const {
  /external/llvm/lib/IR/
DataLayout.cpp 97 // LayoutAlignElem, LayoutAlign support
100 LayoutAlignElem
101 LayoutAlignElem::get(AlignTypeEnum align_type, unsigned abi_align,
104 LayoutAlignElem retval;
113 LayoutAlignElem::operator==(const LayoutAlignElem &rhs) const {
120 const LayoutAlignElem
121 DataLayout::InvalidAlignmentElem = LayoutAlignElem::get(INVALID_ALIGN, 0, 0, 0);
334 Alignments.push_back(LayoutAlignElem::get(align_type, abi_align,
496 const LayoutAlignElem &AI = Alignments[i]
    [all...]

Completed in 183 milliseconds