Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp846 SMLoc Pow2AlignmentLoc; in parseDirectiveTBSS() local
849 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveTBSS()
865 return Error(Pow2AlignmentLoc, "invalid '.tbss' alignment, can't be less" in parseDirectiveTBSS()
931 SMLoc Pow2AlignmentLoc; in parseDirectiveZerofill() local
934 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveZerofill()
952 return Error(Pow2AlignmentLoc, "invalid '.zerofill' directive alignment, " in parseDirectiveZerofill()
H A DAsmParser.cpp5053 SMLoc Pow2AlignmentLoc; in parseDirectiveComm() local
5056 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm()
5062 return Error(Pow2AlignmentLoc, "alignment not supported on this target"); in parseDirectiveComm()
5068 return Error(Pow2AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveComm()
H A DMasmParser.cpp6042 SMLoc Pow2AlignmentLoc; in parseDirectiveComm() local
6045 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm()
6051 return Error(Pow2AlignmentLoc, "alignment not supported on this target"); in parseDirectiveComm()
6057 return Error(Pow2AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveComm()
6075 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive " in parseDirectiveComm()