Searched refs:AlignmentLoc (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3400 SMLoc AlignmentLoc = getLexer().getLoc(); in parseDirectiveAlign() local 3431 Warning(AlignmentLoc, "p2align directive with no operand(s) is ignored"); in parseDirectiveAlign() 3444 ReturnVal |= Error(AlignmentLoc, "invalid alignment value"); in parseDirectiveAlign() 3456 ReturnVal |= Error(AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveAlign() 3460 ReturnVal |= Error(AlignmentLoc, "alignment must be smaller than 2**32"); in parseDirectiveAlign()
|
| H A D | MasmParser.cpp | 4745 SMLoc AlignmentLoc = getLexer().getLoc(); in parseDirectiveAlign() local 4750 return Warning(AlignmentLoc, in parseDirectiveAlign() 4766 ReturnVal |= Error(AlignmentLoc, "alignment must be a power of 2; was " + in parseDirectiveAlign()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 783 SMLoc StartLoc, EndLoc, AlignmentLoc; member in __anon2aa686d00111::ARMOperand 951 return AlignmentLoc; in getAlignmentLoc() 3814 bool isNegative, SMLoc S, SMLoc E, SMLoc AlignmentLoc = SMLoc()) { in CreateMem() argument 3825 Op->AlignmentLoc = AlignmentLoc; in CreateMem() 5893 SMLoc AlignmentLoc = Tok.getLoc(); in parseMemory() local 5928 false, S, E, AlignmentLoc)); in parseMemory()
|