Home | History | Annotate | Download | only in MCParser

Lines Matching defs:startLoc

557   SMLoc startLoc = getLexer().getLoc();
562 return Error(startLoc, "offset is not a multiple of 16");
574 SMLoc startLoc = getLexer().getLoc();
579 return Error(startLoc, "size is not a multiple of 8");
598 SMLoc startLoc = getLexer().getLoc();
603 return Error(startLoc, "size is not a multiple of 8");
625 SMLoc startLoc = getLexer().getLoc();
633 return Error(startLoc, "offset is not a multiple of 16");
645 SMLoc startLoc = getLexer().getLoc();
649 return Error(startLoc, "expected @code");
672 SMLoc startLoc = getLexer().getLoc();
675 return Error(startLoc, "expected @unwind or @except");
681 return Error(startLoc, "expected @unwind or @except");
686 SMLoc startLoc = getLexer().getLoc();
691 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,startLoc,endLoc))
705 return Error(startLoc, "expected non-volatile register");
710 return Error(startLoc,"register can't be represented in SEH unwind info");
718 return Error(startLoc, "register number is too high");