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 __anonc362e6e70111::AVRAsmParser285 bool AVRAsmParser::invalidOperand(SMLoc const &Loc, in invalidOperand()311 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature()316 bool AVRAsmParser::emit(MCInst &Inst, SMLoc const &Loc, MCStreamer &Out) const { in emit()323 bool AVRAsmParser::MatchAndEmitInstruction(SMLoc Loc, unsigned &Opcode, in MatchAndEmitInstruction()349 int AVRAsmParser::parseRegisterName(MCRegister (*matchFn)(StringRef)) { in parseRegisterName()368 int AVRAsmParser::parseRegisterName() { in parseRegisterName()377 int AVRAsmParser::parseRegister(bool RestoreOnFailure) { in parseRegister()403 bool AVRAsmParser::tryParseRegisterOperand(OperandVector &Operands) { in tryParseRegisterOperand()[all …]
56 def AVRAsmParser : AsmParser {77 let AssemblyParsers = [AVRAsmParser];