Lines Matching refs:IDVal
4161 StringRef IDVal = DirectiveID.getIdentifier();
4163 if (IDVal == ".arch")
4165 if (IDVal == ".cpu")
4167 if (IDVal == ".hword")
4169 if (IDVal == ".word")
4171 if (IDVal == ".xword")
4173 if (IDVal == ".tlsdesccall")
4175 if (IDVal == ".ltorg" || IDVal == ".pool")
4177 if (IDVal == ".unreq")
4181 if (IDVal == ".inst")
4185 return parseDirectiveLOH(IDVal, Loc);
4369 bool AArch64AsmParser::parseDirectiveLOH(StringRef IDVal, SMLoc Loc) {
4370 if (IDVal != MCLOHDirectiveName())
4409 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
4413 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");