Searched refs:AVRAsmParser (Results 1 – 2 of 2) sorted by relevance
40 class AVRAsmParser : public MCTargetAsmParser { class90 AVRAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, in AVRAsmParser() function in __anonc447f3e60111::AVRAsmParser278 bool AVRAsmParser::invalidOperand(SMLoc const &Loc, in invalidOperand()304 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature()354 int AVRAsmParser::parseRegisterName() { in parseRegisterName()363 int AVRAsmParser::parseRegister(bool RestoreOnFailure) { in parseRegister()510 bool AVRAsmParser::parseOperand(OperandVector &Operands) { in parseOperand()556 AVRAsmParser::parseMemriOperand(OperandVector &Operands) { in parseMemriOperand()608 void AVRAsmParser::eatComma() { in eatComma()616 bool AVRAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()[all …]
56 def AVRAsmParser : AsmParser {77 let AssemblyParsers = [AVRAsmParser];