Searched refs:Pow2AlignmentLoc (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 847 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 D | AsmParser.cpp | 4972 SMLoc Pow2AlignmentLoc; in parseDirectiveComm() local 4975 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm() 4981 return Error(Pow2AlignmentLoc, "alignment not supported on this target"); in parseDirectiveComm() 4987 return Error(Pow2AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveComm() 5005 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive " in parseDirectiveComm()
|
H A D | MasmParser.cpp | 5758 SMLoc Pow2AlignmentLoc; in parseDirectiveComm() local 5761 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm() 5767 return Error(Pow2AlignmentLoc, "alignment not supported on this target"); in parseDirectiveComm() 5773 return Error(Pow2AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveComm() 5792 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive " in parseDirectiveComm()
|