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/X86/AsmParser/X86AsmParser.cpp
 1308           return Error(OrigOp.getStartLoc(),
 1329               OrigOp.getStartLoc(),
 2723       Operands.back() = X86Operand::CreateReg(X86::DX, Op.getStartLoc(),
 2732       Operands[1] = X86Operand::CreateReg(X86::DX, Op.getStartLoc(),
 2861       Warning(Op1.getStartLoc(), "memory operand is only for determining the "
 3187     SMLoc ErrorLoc = ((X86Operand &)*Operands[ErrorInfo]).getStartLoc();
 3304       if (Operand.getStartLoc().isValid()) {
 3306         return Error(Operand.getStartLoc(), "invalid operand for instruction",
 3487         AOK_SizeDirective, UnsizedMemOp->getStartLoc(),
 3511     return Error(UnsizedMemOp->getStartLoc(),
 3542     SMLoc ErrorLoc = ((X86Operand &)*Operands[ErrorInfo]).getStartLoc();