Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:IDVal

3024     const MCExpr *IdVal;
3026 if (getParser().parseExpression(IdVal))
3030 Operands.push_back(AArch64Operand::CreateImm(IdVal, S, E, getContext()));
3923 StringRef IDVal = DirectiveID.getIdentifier();
3925 if (IDVal == ".hword")
3927 if (IDVal == ".word")
3929 if (IDVal == ".xword")
3931 if (IDVal == ".tlsdesccall")
3933 if (IDVal == ".ltorg" || IDVal == ".pool")
3935 if (IDVal == ".unreq")
3938 return parseDirectiveLOH(IDVal, Loc);
3987 bool AArch64AsmParser::parseDirectiveLOH(StringRef IDVal, SMLoc Loc) {
3988 if (IDVal != MCLOHDirectiveName())
4028 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
4032 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");