Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3205 SMLoc AlignmentLoc = getLexer().getLoc(); in parseDirectiveAlign() local
3236 Warning(AlignmentLoc, "p2align directive with no operand(s) is ignored"); in parseDirectiveAlign()
3249 ReturnVal |= Error(AlignmentLoc, "invalid alignment value"); in parseDirectiveAlign()
3261 ReturnVal |= Error(AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveAlign()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp677 SMLoc StartLoc, EndLoc, AlignmentLoc; member in __anonb936c2650111::ARMOperand
840 return AlignmentLoc; in getAlignmentLoc()
3125 SMLoc E, SMLoc AlignmentLoc = SMLoc()) { in CreateMem() argument
3136 Op->AlignmentLoc = AlignmentLoc; in CreateMem()
5113 SMLoc AlignmentLoc = Tok.getLoc(); in parseMemory() local
5148 false, S, E, AlignmentLoc)); in parseMemory()