Home
last modified time | relevance | path

Searched refs:checkForValidSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp275 bool checkForValidSection() override;
1061 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser
1832 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 …]
H A DMasmParser.cpp542 bool checkForValidSection() override;
1277 bool MasmParser::checkForValidSection() { in checkForValidSection() function in MasmParser
1939 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h335 virtual bool checkForValidSection() = 0;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4767 if (getParser().checkForValidSection() || in parseDirectiveNops()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6496 if (getParser().checkForValidSection()) in ParseDirectiveAMDGPULDS()