reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

include/llvm/MC/MCParser/MCParsedAsmOperand.h
   66   virtual SMLoc getStartLoc() const = 0;

References

lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  774   SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc();
  802       ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc();
  824       SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc();
  831     SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc();
  917     SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc();
  923     SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc();
  929     SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc();
  933     SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc();
  937     SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc();
 1345     Error(OptionalImmOp->getStartLoc(), "optional integer offset must be 0",
 1346           SMRange(OptionalImmOp->getStartLoc(), OptionalImmOp->getEndLoc()));
 1736     SMLoc ErrorLoc = ((RISCVOperand &)*Operands[3]).getStartLoc();