Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3399 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 DMasmParser.cpp4729 SMLoc AlignmentLoc = getLexer().getLoc(); in parseDirectiveAlign() local
4734 return Warning(AlignmentLoc, in parseDirectiveAlign()
4749 ReturnVal |= Error(AlignmentLoc, "alignment must be a power of 2; was " + in parseDirectiveAlign()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp810 SMLoc StartLoc, EndLoc, AlignmentLoc; member in __anon6be9c9a00111::ARMOperand
980 return AlignmentLoc; in getAlignmentLoc()
3890 SMLoc AlignmentLoc = SMLoc()) { in CreateMem() argument
3901 Op->AlignmentLoc = AlignmentLoc; in CreateMem()
5976 SMLoc AlignmentLoc = Tok.getLoc(); in parseMemory() local
6011 S, E, *this, AlignmentLoc)); in parseMemory()