Home | History | Annotate | Download | only in MCParser

Lines Matching refs:Pow2AlignmentLoc

3689   SMLoc Pow2AlignmentLoc;
3692 Pow2AlignmentLoc = getLexer().getLoc();
3698 return Error(Pow2AlignmentLoc, "alignment not supported on this target");
3704 return Error(Pow2AlignmentLoc, "alignment must be a power of 2");
3724 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive "