Home | History | Annotate | Download | only in MCParser

Lines Matching refs:parseDirectiveSet

370   bool parseDirectiveSet(StringRef IDVal, bool allow_redef);
1382 return parseDirectiveSet(IDVal, true);
1384 return parseDirectiveSet(IDVal, false);
2273 /// parseDirectiveSet:
2277 bool AsmParser::parseDirectiveSet(StringRef IDVal, bool allow_redef) {