Searched refs:Pow2AlignmentLoc (Results 1 – 2 of 2) sorted by relevance
740 SMLoc Pow2AlignmentLoc; in parseDirectiveTBSS() local743 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveTBSS()759 return Error(Pow2AlignmentLoc, "invalid '.tbss' alignment, can't be less" in parseDirectiveTBSS()823 SMLoc Pow2AlignmentLoc; in parseDirectiveZerofill() local826 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveZerofill()844 return Error(Pow2AlignmentLoc, "invalid '.zerofill' directive alignment, " in parseDirectiveZerofill()
3856 SMLoc Pow2AlignmentLoc; in parseDirectiveComm() local3859 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm()3865 return Error(Pow2AlignmentLoc, "alignment not supported on this target"); in parseDirectiveComm()3871 return Error(Pow2AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveComm()3891 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive " in parseDirectiveComm()