Searched refs:AlignLoc (Results 1 – 2 of 2) sorted by relevance
2247 LocTy AlignLoc = Lex.getLoc(); in parseOptionalAlignment() local2264 return error(AlignLoc, "alignment is not a power of two"); in parseOptionalAlignment()2266 return error(AlignLoc, "huge alignments are not supported yet"); in parseOptionalAlignment()2711 LocTy AlignLoc = Lex.getLoc(); in parseOptionalStackAlignment() local2718 return error(AlignLoc, "stack alignment is not a power of two"); in parseOptionalStackAlignment()
5903 SMLoc AlignLoc = getLoc(); in ParseDirectiveAMDGPULDS() local5907 return Error(AlignLoc, "alignment must be a power of two"); in ParseDirectiveAMDGPULDS()5913 return Error(AlignLoc, "alignment is too large"); in ParseDirectiveAMDGPULDS()