Searched defs:AlignmentLoc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2661 SMLoc AlignmentLoc = getLexer().getLoc(); local
2707 Error(AlignmentLoc, "invalid alignment value");
2715 Error(AlignmentLoc, "alignment must be a power of 2");
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp420 SMLoc StartLoc, EndLoc, AlignmentLoc; member in class:__anon10685::ARMOperand
657 return AlignmentLoc;
2767 SMLoc E, SMLoc AlignmentLoc = SMLoc()) {
2778 Op->AlignmentLoc = AlignmentLoc;
4818 SMLoc AlignmentLoc = Tok.getLoc(); local
4853 false, S, E, AlignmentLoc));

Completed in 97 milliseconds