Lines Matching refs:checkForValidSection
550 bool checkForValidSection() override;
1437 bool MasmParser::checkForValidSection() { in checkForValidSection() function in MasmParser
2213 if (checkForValidSection()) in parseStatement()
2670 if (checkForValidSection()) in parseStatement()
3644 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveAscii()
3740 if (checkForValidSection() || parseScalarInstList(Size, Values)) in emitIntegralValues()
3940 if (checkForValidSection()) in emitRealValues()
4682 if (checkForValidSection() || parseExpression(Offset)) in parseDirectiveOrg()
4689 if (checkForValidSection()) in parseDirectiveOrg()
4717 if (checkForValidSection()) in emitAlignTo()
5408 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveCVString()
6038 if (checkForValidSection()) in parseDirectiveComm()