Searched refs:checkForValidSection (Results 1 – 5 of 5) sorted by relevance
287 bool checkForValidSection() override;1064 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser1895 if (checkForValidSection()) in parseStatement()2303 if (checkForValidSection()) in parseStatement()3101 if (checkForValidSection()) in parseDirectiveAscii()3206 if (checkForValidSection()) in parseDirectiveOctaValue()3397 if (checkForValidSection()) in parseDirectiveAlign()4789 if (checkForValidSection()) in parseDirectiveBundleLock()4812 if (checkForValidSection() || parseEOL()) in parseDirectiveBundleUnlock()4927 if (checkForValidSection()) in parseDirectiveLEB128()[all …]
553 bool checkForValidSection() override;1438 bool MasmParser::checkForValidSection() { in checkForValidSection() function in MasmParser2250 if (checkForValidSection()) in parseStatement()2705 if (checkForValidSection()) in parseStatement()3680 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveAscii()3978 if (checkForValidSection()) in emitRealValues()4732 if (checkForValidSection() || parseExpression(Offset)) in parseDirectiveOrg()4739 if (checkForValidSection()) in parseDirectiveOrg()4767 if (checkForValidSection()) in emitAlignTo()5462 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveCVString()[all …]
329 virtual bool checkForValidSection() = 0;
4683 if (getParser().checkForValidSection() || in parseDirectiveNops()
5137 if (getParser().checkForValidSection()) in ParseDirectiveAMDGPULDS()