Searched refs:Pow2AlignmentLoc (Results 1 – 3 of 3) sorted by relevance
833 SMLoc Pow2AlignmentLoc; in parseDirectiveTBSS() local836 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveTBSS()852 return Error(Pow2AlignmentLoc, "invalid '.tbss' alignment, can't be less" in parseDirectiveTBSS()915 SMLoc Pow2AlignmentLoc; in parseDirectiveZerofill() local918 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveZerofill()936 return Error(Pow2AlignmentLoc, "invalid '.zerofill' directive alignment, " in parseDirectiveZerofill()
4579 SMLoc Pow2AlignmentLoc; in parseDirectiveComm() local4582 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm()4588 return Error(Pow2AlignmentLoc, "alignment not supported on this target"); in parseDirectiveComm()4594 return Error(Pow2AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveComm()4612 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive " in parseDirectiveComm()
4991 SMLoc Pow2AlignmentLoc; in parseDirectiveComm() local4994 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm()5000 return Error(Pow2AlignmentLoc, "alignment not supported on this target"); in parseDirectiveComm()5006 return Error(Pow2AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveComm()