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

  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 340 SMLoc ErrorLoc = IDLoc;
345 ErrorLoc = ((MBlazeOperand*)Operands[ErrorInfo])->getStartLoc();
346 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
349 return Error(ErrorLoc, "invalid operand for instruction");
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 567 SMLoc ErrorLoc = IDLoc;
572 ErrorLoc = ((MipsOperand*)Operands[ErrorInfo])->getStartLoc();
573 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
576 return Error(ErrorLoc, "invalid operand for instruction");
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 1561 milliseconds