Searched refs:getMaxTLSAlign (Results 1 – 4 of 4) sorted by relevance
1584 unsigned getMaxTLSAlign() const { return MaxTLSAlign; } in getMaxTLSAlign() function
1389 if (getContext().getTargetInfo().getMaxTLSAlign()) in Release()1391 getContext().getTargetInfo().getMaxTLSAlign()); in Release()
4062 Context.toCharUnitsFromBits(Context.getTargetInfo().getMaxTLSAlign()) in AddAlignedAttr()
14524 if (unsigned MaxAlign = Context.getTargetInfo().getMaxTLSAlign()) { in CheckThreadLocalForLargeAlignment()