HomeSort by: relevance | last modified time | path
    Searched refs:AlignmentLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 3362 SMLoc AlignmentLoc = getLexer().getLoc();
3393 Warning(AlignmentLoc, "p2align directive with no operand(s) is ignored");
3406 ReturnVal |= Error(AlignmentLoc, "invalid alignment value");
3418 ReturnVal |= Error(AlignmentLoc, "alignment must be a power of 2");
3420 ReturnVal |= Error(AlignmentLoc, "alignment must be smaller than 2**32");
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 773 SMLoc StartLoc, EndLoc, AlignmentLoc;
941 return AlignmentLoc;
3805 bool isNegative, SMLoc S, SMLoc E, SMLoc AlignmentLoc = SMLoc()) {
3816 Op->AlignmentLoc = AlignmentLoc;
5874 SMLoc AlignmentLoc = Tok.getLoc();
5909 false, S, E, AlignmentLoc));

Completed in 29 milliseconds