Searched refs:checkForValidSection (Results 1 – 5 of 5) sorted by relevance
275 bool checkForValidSection() override;1061 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser1832 if (checkForValidSection()) in parseStatement()2241 if (checkForValidSection()) in parseStatement()3075 if (checkForValidSection()) in parseDirectiveAscii()3139 if (checkForValidSection() || getTargetParser().parseDataExpr(Value)) in parseDirectiveValue()3180 if (checkForValidSection()) in parseDirectiveOctaValue()3246 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()3261 if (checkForValidSection() || parseExpression(NumBytes)) in parseDirectiveZero()3283 if (checkForValidSection() || parseExpression(NumValues)) in parseDirectiveFill()[all …]
542 bool checkForValidSection() override;1277 bool MasmParser::checkForValidSection() { in checkForValidSection() function in MasmParser1939 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()[all …]
335 virtual bool checkForValidSection() = 0;
4767 if (getParser().checkForValidSection() || in parseDirectiveNops()
6496 if (getParser().checkForValidSection()) in ParseDirectiveAMDGPULDS()