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

  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 870 SMLoc ErrorLoc = IDLoc;
875 ErrorLoc = ((PPCOperand*)Operands[ErrorInfo])->getStartLoc();
876 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc;
879 return Error(ErrorLoc, "invalid operand for instruction");
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 726 SMLoc ErrorLoc = IDLoc;
731 ErrorLoc = ((SystemZOperand*)Operands[ErrorInfo])->getStartLoc();
732 if (ErrorLoc == SMLoc())
733 ErrorLoc = IDLoc;
735 return Error(ErrorLoc, "invalid operand for instruction");
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 750 SMLoc ErrorLoc = IDLoc;
755 ErrorLoc = ((MipsOperand*) Operands[ErrorInfo])->getStartLoc();
756 if (ErrorLoc == SMLoc())
757 ErrorLoc = IDLoc;
760 return Error(ErrorLoc, "invalid operand for instruction");
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 271 milliseconds