Searched refs:checkForValidSection (Results 1 – 5 of 5) sorted by relevance
288 bool checkForValidSection() override;1087 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser1910 if (checkForValidSection()) in parseStatement()2314 if (checkForValidSection()) in parseStatement()3128 if (checkForValidSection()) in parseDirectiveAscii()3233 if (checkForValidSection()) in parseDirectiveOctaValue()3425 if (checkForValidSection()) in parseDirectiveAlign()4833 if (checkForValidSection()) in parseDirectiveBundleLock()4856 if (checkForValidSection() || parseEOL()) in parseDirectiveBundleUnlock()4971 if (checkForValidSection()) in parseDirectiveLEB128()[all …]
569 bool checkForValidSection() override;1457 bool MasmParser::checkForValidSection() { in checkForValidSection() function in MasmParser2206 if (checkForValidSection()) in parseStatement()2653 if (checkForValidSection()) in parseStatement()3627 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveAscii()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()[all …]
332 virtual bool checkForValidSection() = 0;
4584 if (getParser().checkForValidSection() || in parseDirectiveNops()
5878 if (getParser().checkForValidSection()) in ParseDirectiveAMDGPULDS()