HomeSort by relevance Sort by last modified time
    Searched defs:ErrorLoc (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 320 SMLoc ErrorLoc;
335 ErrorLoc = IDLoc;
340 ErrorLoc = ((MBlazeOperand*)Operands[ErrorInfo])->getStartLoc();
341 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
344 return Error(ErrorLoc, "invalid operand for instruction");
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 57 milliseconds