Lines Matching defs:checkForValidSection
288 bool checkForValidSection() override;
1084 bool AsmParser::checkForValidSection() {
1905 if (checkForValidSection())
2314 if (checkForValidSection())
3148 if (checkForValidSection())
3212 if (checkForValidSection() || parseExpression(Value))
3253 if (checkForValidSection())
3319 if (checkForValidSection() || parseRealValue(Semantics, AsInt))
3334 if (checkForValidSection() || parseExpression(NumBytes))
3356 if (checkForValidSection() || parseExpression(NumValues))
3399 if (checkForValidSection() || parseExpression(Offset))
3445 if (checkForValidSection())
4155 if (checkForValidSection() || parseEscapedString(Data))
4876 if (checkForValidSection() || parseAbsoluteExpression(AlignSizePow2) ||
4889 if (checkForValidSection())
4912 if (checkForValidSection() || parseEOL())
4924 if (checkForValidSection() || parseExpression(NumBytes))
4945 if (checkForValidSection() || parseAbsoluteExpression(NumValues))
4982 if (checkForValidSection() || parseAbsoluteExpression(NumValues))
5009 if (checkForValidSection() || parseAbsoluteExpression(NumValues) ||
5027 if (checkForValidSection())
5074 if (checkForValidSection())
6312 if (!getTargetParser().isLabel(LabelTok) || checkForValidSection())