Lines Matching refs:checkForValidSection
569 bool checkForValidSection() override;
1457 bool MasmParser::checkForValidSection() { in checkForValidSection() function in MasmParser
2206 if (checkForValidSection()) in parseStatement()
2653 if (checkForValidSection()) in parseStatement()
3627 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveAscii()
3723 if (checkForValidSection() || parseScalarInstList(Size, Values)) in emitIntegralValues()
3923 if (checkForValidSection()) in emitRealValues()
4664 if (checkForValidSection() || parseExpression(Offset)) in parseDirectiveOrg()
4671 if (checkForValidSection()) in parseDirectiveOrg()
4699 if (checkForValidSection()) in emitAlignTo()
5390 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveCVString()
6020 if (checkForValidSection()) in parseDirectiveComm()