Lines Matching refs:checkForValidSection
288 bool checkForValidSection() override;
1087 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser
1910 if (checkForValidSection()) in parseStatement()
2314 if (checkForValidSection()) in parseStatement()
3128 if (checkForValidSection()) in parseDirectiveAscii()
3192 if (checkForValidSection() || parseExpression(Value)) in parseDirectiveValue()
3233 if (checkForValidSection()) in parseDirectiveOctaValue()
3299 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()
3314 if (checkForValidSection() || parseExpression(NumBytes)) in parseDirectiveZero()
3336 if (checkForValidSection() || parseExpression(NumValues)) in parseDirectiveFill()
3379 if (checkForValidSection() || parseExpression(Offset)) in parseDirectiveOrg()
3425 if (checkForValidSection()) in parseDirectiveAlign()
4126 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveCVString()
4820 if (checkForValidSection() || parseAbsoluteExpression(AlignSizePow2) || in parseDirectiveBundleAlignMode()
4833 if (checkForValidSection()) in parseDirectiveBundleLock()
4856 if (checkForValidSection() || parseEOL()) in parseDirectiveBundleUnlock()
4868 if (checkForValidSection() || parseExpression(NumBytes)) in parseDirectiveSpace()
4889 if (checkForValidSection() || parseAbsoluteExpression(NumValues)) in parseDirectiveDCB()
4926 if (checkForValidSection() || parseAbsoluteExpression(NumValues)) in parseDirectiveRealDCB()
4953 if (checkForValidSection() || parseAbsoluteExpression(NumValues) || in parseDirectiveDS()
4971 if (checkForValidSection()) in parseDirectiveLEB128()
5018 if (checkForValidSection()) in parseDirectiveComm()
6263 if (!getTargetParser().isLabel(LabelTok) || checkForValidSection()) in parseAsHLASMLabel()