Home | History | Annotate | Download | only in MCParser

Lines Matching refs:Parser

1 //===- AsmParser.cpp - Parser for Assembly Files --------------------------===//
10 // This class implements the parser for assembly files.
79 /// \brief The concrete assembly parser instance.
236 /// (or the default, at least) for all assembler parser.
250 virtual void Initialize(MCAsmParser &Parser) {
252 this->MCAsmParserExtension::Initialize(Parser);
349 // Initialize the generic parser.
352 // Initialize the platform / file format parser.
1214 // Don't skip the rest of the line, the instruction parser is responsible for