Lines Matching defs:Parser
293 static int fillCommandLineSymbols(MCAsmParser &Parser) {
309 Parser.getContext().setSymbolValue(Parser.getStreamer(), Sym, Value);
318 std::unique_ptr<MCAsmParser> Parser(
321 TheTarget->createMCAsmParser(STI, *Parser, MCII, MCOptions));
329 int SymbolResult = fillCommandLineSymbols(*Parser);
332 Parser->setShowParsedOperands(ShowInstOperands);
333 Parser->setTargetParser(*TAP);
334 Parser->getLexer().setLexMasmIntegers(LexMasmIntegers);
335 Parser->getLexer().setLexMasmHexFloats(LexMasmHexFloats);
336 Parser->getLexer().setLexMotorolaIntegers(LexMotorolaIntegers);
338 int Res = Parser->Run(NoInitialTextSection);