Searched refs:AVRAsmParser (Results 1 – 5 of 5) sorted by relevance
40 class AVRAsmParser : public MCTargetAsmParser { class94 AVRAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, in AVRAsmParser() function in __anonc58108e20111::AVRAsmParser284 bool AVRAsmParser::invalidOperand(SMLoc const &Loc, in invalidOperand()310 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature()367 int AVRAsmParser::parseRegisterName() { in parseRegisterName()376 int AVRAsmParser::parseRegister(bool RestoreOnFailure) { in parseRegister()527 bool AVRAsmParser::parseOperand(OperandVector &Operands) { in parseOperand()624 void AVRAsmParser::eatComma() { in eatComma()632 bool AVRAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()667 bool AVRAsmParser::ParseDirective(llvm::AsmToken DirectiveID) { in ParseDirective()[all …]
2 AVRAsmParser.cpp
56 def AVRAsmParser : AsmParser {77 let AssemblyParsers = [AVRAsmParser];
20 sources = [ "AVRAsmParser.cpp" ]
6407 llvm/lib/Target/AVR/AsmParser/AVRAsmParser.cpp