Searched refs:AVRAsmParser (Results 1 – 2 of 2) sorted by relevance
41 class AVRAsmParser : public MCTargetAsmParser { class95 AVRAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, in AVRAsmParser() function in __anonca5d59280111::AVRAsmParser285 bool AVRAsmParser::invalidOperand(SMLoc const &Loc, in invalidOperand()311 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature()368 int AVRAsmParser::parseRegisterName() { in parseRegisterName()377 int AVRAsmParser::parseRegister(bool RestoreOnFailure) { in parseRegister()421 bool AVRAsmParser::tryParseExpression(OperandVector &Operands) { in tryParseExpression()592 bool AVRAsmParser::parseRegister(MCRegister &Reg, SMLoc &StartLoc, in parseRegister()612 void AVRAsmParser::eatComma() { in eatComma()620 bool AVRAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()[all …]
56 def AVRAsmParser : AsmParser {77 let AssemblyParsers = [AVRAsmParser];