Searched refs:Pow2AlignmentLoc (Results 1 – 3 of 3) sorted by relevance
846 SMLoc Pow2AlignmentLoc; in parseDirectiveTBSS() local849 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveTBSS()865 return Error(Pow2AlignmentLoc, "invalid '.tbss' alignment, can't be less" in parseDirectiveTBSS()931 SMLoc Pow2AlignmentLoc; in parseDirectiveZerofill() local934 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveZerofill()952 return Error(Pow2AlignmentLoc, "invalid '.zerofill' directive alignment, " in parseDirectiveZerofill()
5024 SMLoc Pow2AlignmentLoc; in parseDirectiveComm() local5027 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm()5033 return Error(Pow2AlignmentLoc, "alignment not supported on this target"); in parseDirectiveComm()5039 return Error(Pow2AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveComm()
6074 SMLoc Pow2AlignmentLoc; in parseDirectiveComm() local6077 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm()6083 return Error(Pow2AlignmentLoc, "alignment not supported on this target"); in parseDirectiveComm()6089 return Error(Pow2AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveComm()6107 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive " in parseDirectiveComm()