Searched refs:AVRAsmParser (Results 1 – 2 of 2) sorted by relevance
41 class AVRAsmParser : public MCTargetAsmParser { class89 AVRAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, in AVRAsmParser() function in __anon541144770111::AVRAsmParser261 bool AVRAsmParser::invalidOperand(SMLoc const &Loc, in invalidOperand()287 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature()337 int AVRAsmParser::parseRegisterName() { in parseRegisterName()346 int AVRAsmParser::parseRegister() { in parseRegister()487 bool AVRAsmParser::parseOperand(OperandVector &Operands) { in parseOperand()533 AVRAsmParser::parseMemriOperand(OperandVector &Operands) { in parseMemriOperand()573 void AVRAsmParser::eatComma() { in eatComma()581 bool AVRAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()[all …]
57 def AVRAsmParser : AsmParser {78 let AssemblyParsers = [AVRAsmParser];