Lines Matching refs:getTargetParser
559 if(getTargetParser().getTargetOptions().MCNoWarn) in Warning()
561 if (getTargetParser().getTargetOptions().MCFatalWarnings) in Warning()
970 const MCExpr *NewE = getTargetParser().applyModifierToExpr(E, Variant, Ctx); in applyModifierToExpr()
1411 if (!getTargetParser().isLabel(ID)) in parseStatement()
1457 getTargetParser().onLabelParsed(Sym); in parseStatement()
1471 if (!getTargetParser().equalIsAsmAssignment()) in parseStatement()
1505 if (!getTargetParser().ParseDirective(ID)) in parseStatement()
1724 bool HadError = getTargetParser().ParseInstruction(IInfo, OpcodeStr, ID, in parseStatement()
1787 getTargetParser().MatchAndEmitInstruction(IDLoc, Info.Opcode, in parseStatement()
3126 if (getTargetParser().ParseRegister(RegNo, DirectiveLoc, DirectiveLoc)) in parseRegisterOrRegisterNumber()
4724 !getTargetParser().OmitRegisterFromClobberLists(Operand.getReg())) { in parseMSInlineAsm()