Home | History | Annotate | Download | only in MCParser

Lines Matching refs:Pow2AlignmentLoc

710   SMLoc Pow2AlignmentLoc;
713 Pow2AlignmentLoc = getLexer().getLoc();
729 return Error(Pow2AlignmentLoc, "invalid '.tbss' alignment, can't be less"
793 SMLoc Pow2AlignmentLoc;
796 Pow2AlignmentLoc = getLexer().getLoc();
814 return Error(Pow2AlignmentLoc, "invalid '.zerofill' directive alignment, "