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

  /external/llvm/lib/Target/
TargetData.cpp 145 setAlignment(INTEGER_ALIGN, 1, 1, 1); // i1
146 setAlignment(INTEGER_ALIGN, 1, 1, 8); // i8
147 setAlignment(INTEGER_ALIGN, 2, 2, 16); // i16
148 setAlignment(INTEGER_ALIGN, 4, 4, 32); // i32
149 setAlignment(INTEGER_ALIGN, 4, 8, 64); // i64
195 case 'i': AlignType = INTEGER_ALIGN; break;
280 if (AlignType == INTEGER_ALIGN &&
281 Alignments[i].AlignType == INTEGER_ALIGN) {
299 if (AlignType == INTEGER_ALIGN) {
472 AlignType = INTEGER_ALIGN;
    [all...]
  /external/llvm/include/llvm/Target/
TargetData.h 41 INTEGER_ALIGN = 'i', ///< Integer type alignment

Completed in 51 milliseconds