16 template <
bool (GOFFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
19 std::make_pair(
this, HandleDirective<GOFFAsmParser, HandlerMethod>);
25 GOFFAsmParser() =
default;
Generic interface for extending the MCAsmParser, which is implemented by target and object file assem...
virtual void Initialize(MCAsmParser &Parser)
Initialize the extension for parsing using the given Parser.
MCAsmParser & getParser()
Generic assembler parser interface, for use by target specific assembly parsers.
std::pair< MCAsmParserExtension *, DirectiveHandler > ExtensionDirectiveHandler
virtual void addDirectiveHandler(StringRef Directive, ExtensionDirectiveHandler Handler)=0
StringRef - Represent a constant reference to a string, i.e.
This is an optimization pass for GlobalISel generic memory operations.
MCAsmParserExtension * createGOFFAsmParser()