Return the MCAsmInfo used by this lexer.

Synopsis

Declared in <llvm/MC/MCParser/AsmLexer.h>

MCAsmInfo const&
getMAI() const;

Return Value

The target assembly info associated with this lexer.

Created with MrDocs