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

  /external/llvm/lib/IR/
DataLayout.cpp 175 { AGGREGATE_ALIGN, 0, 0, 8 } // struct
300 case 'a': AlignType = AGGREGATE_ALIGN; break;
306 if (AlignType == AGGREGATE_ALIGN && Size != 0)
316 if (AlignType != AGGREGATE_ALIGN && !ABIAlign)
651 unsigned Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty);
  /external/llvm/include/llvm/IR/
DataLayout.h 53 AGGREGATE_ALIGN = 'a'

Completed in 74 milliseconds