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

References

lib/Target/BPF/AsmParser/BPFAsmParser.cpp
  305     ErrorLoc = IDLoc;
  309         return Error(ErrorLoc, "too few operands for instruction");
  311       ErrorLoc = ((BPFOperand &)*Operands[ErrorInfo]).getStartLoc();
  313       if (ErrorLoc == SMLoc())
  314         ErrorLoc = IDLoc;
  317     return Error(ErrorLoc, "invalid operand for instruction");