Lines Matching defs:checkForValidSection
288 bool checkForValidSection() override;
1086 bool AsmParser::checkForValidSection() {
1907 if (checkForValidSection())
2312 if (checkForValidSection())
3130 if (checkForValidSection())
3194 if (checkForValidSection() || parseExpression(Value))
3235 if (checkForValidSection())
3301 if (checkForValidSection() || parseRealValue(Semantics, AsInt))
3316 if (checkForValidSection() || parseExpression(NumBytes))
3338 if (checkForValidSection() || parseExpression(NumValues))
3381 if (checkForValidSection() || parseExpression(Offset))
3427 if (checkForValidSection())
4128 if (checkForValidSection() || parseEscapedString(Data))
4835 if (checkForValidSection() || parseAbsoluteExpression(AlignSizePow2) ||
4848 if (checkForValidSection())
4871 if (checkForValidSection() || parseEOL())
4883 if (checkForValidSection() || parseExpression(NumBytes))
4904 if (checkForValidSection() || parseAbsoluteExpression(NumValues))
4941 if (checkForValidSection() || parseAbsoluteExpression(NumValues))
4968 if (checkForValidSection() || parseAbsoluteExpression(NumValues) ||
4986 if (checkForValidSection())
5033 if (checkForValidSection())
6268 if (!getTargetParser().isLabel(LabelTok) || checkForValidSection())