Searched refs:checkForValidSection (Results 1 – 5 of 5) sorted by relevance
286 bool checkForValidSection() override;1089 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser1912 if (checkForValidSection()) in parseStatement()2318 if (checkForValidSection()) in parseStatement()3132 if (checkForValidSection()) in parseDirectiveAscii()3196 if (checkForValidSection() || parseExpression(Value)) in parseDirectiveValue()3237 if (checkForValidSection()) in parseDirectiveOctaValue()3303 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()3318 if (checkForValidSection() || parseExpression(NumBytes)) in parseDirectiveZero()3340 if (checkForValidSection() || parseExpression(NumValues)) in parseDirectiveFill()[all …]
569 bool checkForValidSection() override;1457 bool MasmParser::checkForValidSection() { in checkForValidSection() function in MasmParser2232 if (checkForValidSection()) in parseStatement()2685 if (checkForValidSection()) in parseStatement()3659 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveAscii()3755 if (checkForValidSection() || parseScalarInstList(Size, Values)) in emitIntegralValues()3955 if (checkForValidSection()) in emitRealValues()4696 if (checkForValidSection() || parseExpression(Offset)) in parseDirectiveOrg()4703 if (checkForValidSection()) in parseDirectiveOrg()4731 if (checkForValidSection()) in emitAlignTo()[all …]
332 virtual bool checkForValidSection() = 0;
4691 if (getParser().checkForValidSection() || in parseDirectiveNops()
5603 if (getParser().checkForValidSection()) in ParseDirectiveAMDGPULDS()