Searched refs:checkForValidSection (Results 1 – 5 of 5) sorted by relevance
286 bool checkForValidSection() override;1083 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser1907 if (checkForValidSection()) in parseStatement()2317 if (checkForValidSection()) in parseStatement()3131 if (checkForValidSection()) in parseDirectiveAscii()3236 if (checkForValidSection()) in parseDirectiveOctaValue()3427 if (checkForValidSection()) in parseDirectiveAlign()4820 if (checkForValidSection()) in parseDirectiveBundleLock()4843 if (checkForValidSection() || parseEOL()) in parseDirectiveBundleUnlock()4958 if (checkForValidSection()) in parseDirectiveLEB128()[all …]
550 bool checkForValidSection() override;1437 bool MasmParser::checkForValidSection() { in checkForValidSection() function in MasmParser2213 if (checkForValidSection()) in parseStatement()2670 if (checkForValidSection()) in parseStatement()3644 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveAscii()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()[all …]
330 virtual bool checkForValidSection() = 0;
4684 if (getParser().checkForValidSection() || in parseDirectiveNops()
5523 if (getParser().checkForValidSection()) in ParseDirectiveAMDGPULDS()