Lines Matching refs:checkForValidSection
553 bool checkForValidSection() override;
1438 bool MasmParser::checkForValidSection() { in checkForValidSection() function in MasmParser
2250 if (checkForValidSection()) in parseStatement()
2705 if (checkForValidSection()) in parseStatement()
3680 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveAscii()
3777 if (checkForValidSection() || parseScalarInstList(Size, Values)) in emitIntegralValues()
3978 if (checkForValidSection()) in emitRealValues()
4732 if (checkForValidSection() || parseExpression(Offset)) in parseDirectiveOrg()
4739 if (checkForValidSection()) in parseDirectiveOrg()
4767 if (checkForValidSection()) in emitAlignTo()
5462 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveCVString()
6060 if (checkForValidSection()) in parseDirectiveComm()