Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3401 SMLoc AlignmentLoc = getLexer().getLoc(); in parseDirectiveAlign() local
3432 Warning(AlignmentLoc, "p2align directive with no operand(s) is ignored"); in parseDirectiveAlign()
3445 ReturnVal |= Error(AlignmentLoc, "invalid alignment value"); in parseDirectiveAlign()
3457 ReturnVal |= Error(AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveAlign()
3461 ReturnVal |= Error(AlignmentLoc, "alignment must be smaller than 2**32"); in parseDirectiveAlign()
H A DMasmParser.cpp4760 SMLoc AlignmentLoc = getLexer().getLoc(); in parseDirectiveAlign() local
4765 return Warning(AlignmentLoc, in parseDirectiveAlign()
4781 ReturnVal |= Error(AlignmentLoc, "alignment must be a power of 2; was " + in parseDirectiveAlign()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp783 SMLoc StartLoc, EndLoc, AlignmentLoc; member in __anon3b5979970111::ARMOperand
951 return AlignmentLoc; in getAlignmentLoc()
3815 bool isNegative, SMLoc S, SMLoc E, SMLoc AlignmentLoc = SMLoc()) { in CreateMem() argument
3826 Op->AlignmentLoc = AlignmentLoc; in CreateMem()
5894 SMLoc AlignmentLoc = Tok.getLoc(); in parseMemory() local
5929 false, S, E, AlignmentLoc)); in parseMemory()