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 173 setAlignment(AGGREGATE_ALIGN, 0, 8, 0); // struct
263 case 'a': AlignType = AGGREGATE_ALIGN; break;
588 unsigned Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty);
  /external/llvm/include/llvm/IR/
DataLayout.h 46 AGGREGATE_ALIGN = 'a', ///< Aggregate alignment

Completed in 36 milliseconds