Home
last modified time | relevance | path

Searched refs:Pow2AlignmentLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp833 SMLoc Pow2AlignmentLoc; in parseDirectiveTBSS() local
836 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveTBSS()
852 return Error(Pow2AlignmentLoc, "invalid '.tbss' alignment, can't be less" in parseDirectiveTBSS()
915 SMLoc Pow2AlignmentLoc; in parseDirectiveZerofill() local
918 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveZerofill()
936 return Error(Pow2AlignmentLoc, "invalid '.zerofill' directive alignment, " in parseDirectiveZerofill()
H A DMasmParser.cpp4579 SMLoc Pow2AlignmentLoc; in parseDirectiveComm() local
4582 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()
H A DAsmParser.cpp4991 SMLoc Pow2AlignmentLoc; in parseDirectiveComm() local
4994 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()