Searched refs:getMaxTLSAlign (Results 1 – 4 of 4) sorted by relevance
1615 unsigned getMaxTLSAlign() const { return MaxTLSAlign; } in getMaxTLSAlign() function
1546 if (getContext().getTargetInfo().getMaxTLSAlign()) in Release()1548 getContext().getTargetInfo().getMaxTLSAlign()); in Release()
4640 Context.toCharUnitsFromBits(Context.getTargetInfo().getMaxTLSAlign()) in AddAlignedAttr()
14909 if (unsigned MaxAlign = Context.getTargetInfo().getMaxTLSAlign()) { in CheckThreadLocalForLargeAlignment()