Lines Matching refs:checkForValidSection
542 bool checkForValidSection() override;
1277 bool MasmParser::checkForValidSection() { in checkForValidSection() function in MasmParser
1939 if (checkForValidSection()) in parseStatement()
2302 if (checkForValidSection()) in parseStatement()
3172 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveAscii()
3268 if (checkForValidSection() || parseScalarInstList(Size, Values)) in emitIntegralValues()
3449 if (checkForValidSection()) in emitRealValues()
4189 if (checkForValidSection() || parseExpression(Offset)) in parseDirectiveOrg()
4196 if (checkForValidSection()) in parseDirectiveOrg()
4224 if (checkForValidSection()) in emitAlignTo()
4561 if (checkForValidSection()) in parseDirectiveComm()