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 40 /// Enum used to categorize the alignment types stored by LayoutAlignElem
57 struct LayoutAlignElem {
64 static LayoutAlignElem get(AlignTypeEnum align_type, unsigned abi_align,
67 bool operator==(const LayoutAlignElem &rhs) const;
109 SmallVector<LayoutAlignElem, 16> Alignments;
114 static const LayoutAlignElem InvalidAlignmentElem;
138 /// Predicate that tests a LayoutAlignElem reference returned by get() against
140 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);
336 Alignments.push_back(LayoutAlignElem::get(align_type, abi_align,
498 const LayoutAlignElem &AI = Alignments[i]
    [all...]

Completed in 167 milliseconds