Searched refs:AlignLoc (Results 1 – 2 of 2) sorted by relevance
2265 LocTy AlignLoc = Lex.getLoc(); in parseOptionalAlignment() local2282 return error(AlignLoc, "alignment is not a power of two"); in parseOptionalAlignment()2284 return error(AlignLoc, "huge alignments are not supported yet"); in parseOptionalAlignment()2494 LocTy AlignLoc = Lex.getLoc(); in parseOptionalStackAlignment() local2501 return error(AlignLoc, "stack alignment is not a power of two"); in parseOptionalStackAlignment()
5123 SMLoc AlignLoc = getLoc(); in ParseDirectiveAMDGPULDS() local5127 return Error(AlignLoc, "alignment must be a power of two"); in ParseDirectiveAMDGPULDS()5133 return Error(AlignLoc, "alignment is too large"); in ParseDirectiveAMDGPULDS()