Searched refs:checkForValidSection (Results 1 – 5 of 5) sorted by relevance
288 bool checkForValidSection() override;1086 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser1907 if (checkForValidSection()) in parseStatement()2312 if (checkForValidSection()) in parseStatement()3130 if (checkForValidSection()) in parseDirectiveAscii()3194 if (checkForValidSection() || parseExpression(Value)) in parseDirectiveValue()3235 if (checkForValidSection()) in parseDirectiveOctaValue()3301 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()3316 if (checkForValidSection() || parseExpression(NumBytes)) in parseDirectiveZero()3338 if (checkForValidSection() || parseExpression(NumValues)) in parseDirectiveFill()[all …]
569 bool checkForValidSection() override;1458 bool MasmParser::checkForValidSection() { in checkForValidSection() function in MasmParser2207 if (checkForValidSection()) in parseStatement()2654 if (checkForValidSection()) in parseStatement()3628 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveAscii()3724 if (checkForValidSection() || parseScalarInstList(Size, Values)) in emitIntegralValues()3924 if (checkForValidSection()) in emitRealValues()4665 if (checkForValidSection() || parseExpression(Offset)) in parseDirectiveOrg()4672 if (checkForValidSection()) in parseDirectiveOrg()4700 if (checkForValidSection()) in emitAlignTo()[all …]
332 virtual bool checkForValidSection() = 0;
4670 if (getParser().checkForValidSection() || in parseDirectiveNops()
6115 if (getParser().checkForValidSection()) in ParseDirectiveAMDGPULDS()