Home | History | Annotate | Download | only in MCParser

Lines Matching refs:Pow2AlignmentLoc

3722   SMLoc Pow2AlignmentLoc;
3725 Pow2AlignmentLoc = getLexer().getLoc();
3731 return Error(Pow2AlignmentLoc, "alignment not supported on this target");
3737 return Error(Pow2AlignmentLoc, "alignment must be a power of 2");
3757 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive "