Home | History | Annotate | Download | only in MCParser

Lines Matching defs:startLoc

324   SMLoc startLoc = getLexer().getLoc();
329 return Error(startLoc, "offset is not a multiple of 16");
341 SMLoc startLoc = getLexer().getLoc();
346 return Error(startLoc, "size is not a multiple of 8");
365 SMLoc startLoc = getLexer().getLoc();
370 return Error(startLoc, "size is not a multiple of 8");
392 SMLoc startLoc = getLexer().getLoc();
400 return Error(startLoc, "offset is not a multiple of 16");
412 SMLoc startLoc = getLexer().getLoc();
416 return Error(startLoc, "expected @code");
439 SMLoc startLoc = getLexer().getLoc();
442 return Error(startLoc, "expected @unwind or @except");
448 return Error(startLoc, "expected @unwind or @except");
453 SMLoc startLoc = getLexer().getLoc();
458 if (getParser().getTargetParser().ParseRegister(LLVMRegNo,startLoc,endLoc))
472 return Error(startLoc, "expected non-volatile register");
477 return Error(startLoc,"register can't be represented in SEH unwind info");
485 return Error(startLoc, "register number is too high");