Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:CreateToken

1218   static std::unique_ptr<MipsOperand> CreateToken(StringRef Str, SMLoc S,
4792 MipsOperand::CreateToken("(", getLexer().getLoc(), *this));
4805 MipsOperand::CreateToken(")", getLexer().getLoc(), *this));
4822 MipsOperand::CreateToken("[", getLexer().getLoc(), *this));
4835 MipsOperand::CreateToken("]", getLexer().getLoc(), *this));
4855 Operands.push_back(MipsOperand::CreateToken(Name, NameLoc, *this));