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

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

Completed in 55 milliseconds