Home | History | Annotate | Download | only in MCParser

Lines Matching defs:startLoc

622   SMLoc startLoc = getLexer().getLoc();
627 return Error(startLoc, "offset is not a multiple of 16");
639 SMLoc startLoc = getLexer().getLoc();
644 return Error(startLoc, "size is not a multiple of 8");
663 SMLoc startLoc = getLexer().getLoc();
668 return Error(startLoc, "size is not a multiple of 8");
690 SMLoc startLoc = getLexer().getLoc();
698 return Error(startLoc, "offset is not a multiple of 16");
710 SMLoc startLoc = getLexer().getLoc();
714 return Error(startLoc, "expected @code");
737 SMLoc startLoc = getLexer().getLoc();
740 return Error(startLoc, "expected @unwind or @except");
746 return Error(startLoc, "expected @unwind or @except");
751 SMLoc startLoc = getLexer().getLoc();
756 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,startLoc,endLoc))
770 return Error(startLoc, "expected non-volatile register");
775 return Error(startLoc,"register can't be represented in SEH unwind info");
783 return Error(startLoc, "register number is too high");