Lines Matching refs:Pow2AlignmentLoc
3416 SMLoc Pow2AlignmentLoc;3419 Pow2AlignmentLoc = getLexer().getLoc();3425 return Error(Pow2AlignmentLoc, "alignment not supported on this target");3431 return Error(Pow2AlignmentLoc, "alignment must be a power of 2");3451 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive "