Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp847 SMLoc Pow2AlignmentLoc; in parseDirectiveTBSS() local
850 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveTBSS()
866 return Error(Pow2AlignmentLoc, "invalid '.tbss' alignment, can't be less" in parseDirectiveTBSS()
932 SMLoc Pow2AlignmentLoc; in parseDirectiveZerofill() local
935 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveZerofill()
953 return Error(Pow2AlignmentLoc, "invalid '.zerofill' directive alignment, " in parseDirectiveZerofill()
H A DAsmParser.cpp4993 SMLoc Pow2AlignmentLoc; in parseDirectiveComm() local
4996 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm()
5002 return Error(Pow2AlignmentLoc, "alignment not supported on this target"); in parseDirectiveComm()
5008 return Error(Pow2AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveComm()
5026 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive " in parseDirectiveComm()
H A DMasmParser.cpp6081 SMLoc Pow2AlignmentLoc; in parseDirectiveComm() local
6084 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm()
6090 return Error(Pow2AlignmentLoc, "alignment not supported on this target"); in parseDirectiveComm()
6096 return Error(Pow2AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveComm()
6115 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive " in parseDirectiveComm()