Searched refs:AlignmentLoc (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 3362 SMLoc AlignmentLoc = getLexer().getLoc(); in parseDirectiveAlign() local 3393 Warning(AlignmentLoc, "p2align directive with no operand(s) is ignored"); in parseDirectiveAlign() 3406 ReturnVal |= Error(AlignmentLoc, "invalid alignment value"); in parseDirectiveAlign() 3418 ReturnVal |= Error(AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveAlign() 3420 ReturnVal |= Error(AlignmentLoc, "alignment must be smaller than 2**32"); in parseDirectiveAlign()
|
H A D | MasmParser.cpp | 4469 SMLoc AlignmentLoc = getLexer().getLoc(); in parseDirectiveAlign() local 4476 return Warning(AlignmentLoc, in parseDirectiveAlign() 4492 ReturnVal |= Error(AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveAlign()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 773 SMLoc StartLoc, EndLoc, AlignmentLoc; member in __anonad70014b0111::ARMOperand 941 return AlignmentLoc; in getAlignmentLoc() 3805 bool isNegative, SMLoc S, SMLoc E, SMLoc AlignmentLoc = SMLoc()) { in CreateMem() argument 3816 Op->AlignmentLoc = AlignmentLoc; in CreateMem() 5874 SMLoc AlignmentLoc = Tok.getLoc(); in parseMemory() local 5909 false, S, E, AlignmentLoc)); in parseMemory()
|