Lines Matching refs:checkForValidSection
287 bool checkForValidSection() override;
1064 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser
1895 if (checkForValidSection()) in parseStatement()
2303 if (checkForValidSection()) in parseStatement()
3101 if (checkForValidSection()) in parseDirectiveAscii()
3165 if (checkForValidSection() || parseExpression(Value)) in parseDirectiveValue()
3206 if (checkForValidSection()) in parseDirectiveOctaValue()
3272 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()
3287 if (checkForValidSection() || parseExpression(NumBytes)) in parseDirectiveZero()
3309 if (checkForValidSection() || parseExpression(NumValues)) in parseDirectiveFill()
3352 if (checkForValidSection() || parseExpression(Offset)) in parseDirectiveOrg()
3397 if (checkForValidSection()) in parseDirectiveAlign()
4086 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveCVString()
4774 if (checkForValidSection() || parseAbsoluteExpression(AlignSizePow2) || in parseDirectiveBundleAlignMode()
4789 if (checkForValidSection()) in parseDirectiveBundleLock()
4812 if (checkForValidSection() || parseEOL()) in parseDirectiveBundleUnlock()
4824 if (checkForValidSection() || parseExpression(NumBytes)) in parseDirectiveSpace()
4845 if (checkForValidSection() || parseAbsoluteExpression(NumValues)) in parseDirectiveDCB()
4882 if (checkForValidSection() || parseAbsoluteExpression(NumValues)) in parseDirectiveRealDCB()
4909 if (checkForValidSection() || parseAbsoluteExpression(NumValues) || in parseDirectiveDS()
4927 if (checkForValidSection()) in parseDirectiveLEB128()
4973 if (checkForValidSection()) in parseDirectiveComm()
6207 if (!getTargetParser().isLabel(LabelTok) || checkForValidSection()) in parseAsHLASMLabel()