Lines Matching refs:checkForValidSection
286 bool checkForValidSection() override;
1083 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser
1907 if (checkForValidSection()) in parseStatement()
2317 if (checkForValidSection()) in parseStatement()
3131 if (checkForValidSection()) in parseDirectiveAscii()
3195 if (checkForValidSection() || parseExpression(Value)) in parseDirectiveValue()
3236 if (checkForValidSection()) in parseDirectiveOctaValue()
3302 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()
3317 if (checkForValidSection() || parseExpression(NumBytes)) in parseDirectiveZero()
3339 if (checkForValidSection() || parseExpression(NumValues)) in parseDirectiveFill()
3382 if (checkForValidSection() || parseExpression(Offset)) in parseDirectiveOrg()
3427 if (checkForValidSection()) in parseDirectiveAlign()
4117 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveCVString()
4805 if (checkForValidSection() || parseAbsoluteExpression(AlignSizePow2) || in parseDirectiveBundleAlignMode()
4820 if (checkForValidSection()) in parseDirectiveBundleLock()
4843 if (checkForValidSection() || parseEOL()) in parseDirectiveBundleUnlock()
4855 if (checkForValidSection() || parseExpression(NumBytes)) in parseDirectiveSpace()
4876 if (checkForValidSection() || parseAbsoluteExpression(NumValues)) in parseDirectiveDCB()
4913 if (checkForValidSection() || parseAbsoluteExpression(NumValues)) in parseDirectiveRealDCB()
4940 if (checkForValidSection() || parseAbsoluteExpression(NumValues) || in parseDirectiveDS()
4958 if (checkForValidSection()) in parseDirectiveLEB128()
5004 if (checkForValidSection()) in parseDirectiveComm()
6242 if (!getTargetParser().isLabel(LabelTok) || checkForValidSection()) in parseAsHLASMLabel()