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

  /external/llvm/lib/Target/
TargetData.cpp 105 retval.AlignType = align_type;
114 return (AlignType == rhs.AlignType
192 AlignTypeEnum AlignType;
195 case 'i': AlignType = INTEGER_ALIGN; break;
196 case 'v': AlignType = VECTOR_ALIGN; break;
197 case 'f': AlignType = FLOAT_ALIGN; break;
198 case 'a': AlignType = AGGREGATE_ALIGN; break;
199 case 's': AlignType = STACK_ALIGN; break;
209 setAlignment(AlignType, ABIAlign, PrefAlign, Size)
    [all...]
  /external/llvm/include/llvm/Target/
TargetData.h 56 AlignTypeEnum AlignType : 8; //< Alignment type (AlignTypeEnum)

Completed in 206 milliseconds