Lines Matching refs:checkForValidSection

263   bool checkForValidSection() override;
966 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser
1774 if (checkForValidSection()) in parseStatement()
2171 if (checkForValidSection()) in parseStatement()
2927 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveAscii()
2994 if (checkForValidSection() || parseExpression(Value)) in parseDirectiveValue()
3037 if (checkForValidSection()) in parseDirectiveOctaValue()
3103 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()
3120 if (checkForValidSection() || parseExpression(NumBytes)) in parseDirectiveZero()
3143 if (checkForValidSection() || parseExpression(NumValues)) in parseDirectiveFill()
3187 if (checkForValidSection() || parseExpression(Offset)) in parseDirectiveOrg()
3232 if (checkForValidSection()) in parseDirectiveAlign()
3839 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveCVString()
4517 if (checkForValidSection() || parseAbsoluteExpression(AlignSizePow2) || in parseDirectiveBundleAlignMode()
4534 if (checkForValidSection()) in parseDirectiveBundleLock()
4559 if (checkForValidSection() || in parseDirectiveBundleUnlock()
4573 if (checkForValidSection() || parseExpression(NumBytes)) in parseDirectiveSpace()
4594 if (checkForValidSection() || parseAbsoluteExpression(NumValues)) in parseDirectiveDCB()
4636 if (checkForValidSection() || parseAbsoluteExpression(NumValues)) in parseDirectiveRealDCB()
4668 if (checkForValidSection() || parseAbsoluteExpression(NumValues)) in parseDirectiveDS()
4689 if (checkForValidSection()) in parseDirectiveLEB128()
4736 if (checkForValidSection()) in parseDirectiveComm()