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

  /external/llvm/lib/Target/
TargetData.cpp 266 /// getAlignmentInfo - Return the alignment (either ABI if ABIInfo = true or
268 unsigned TargetData::getAlignmentInfo(AlignTypeEnum AlignType,
467 unsigned Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty);
492 return getAlignmentInfo((AlignTypeEnum)AlignType, getTypeSizeInBits(Ty),
503 return getAlignmentInfo(INTEGER_ALIGN, BitWidth, true, 0);
  /external/llvm/include/llvm/Target/
TargetData.h 102 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,

Completed in 315 milliseconds