Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp288 bool checkForValidSection() override;
1086 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser
1907 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 …]
H A DMasmParser.cpp569 bool checkForValidSection() override;
1458 bool MasmParser::checkForValidSection() { in checkForValidSection() function in MasmParser
2207 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 …]
/src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h332 virtual bool checkForValidSection() = 0;
/src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4670 if (getParser().checkForValidSection() || in parseDirectiveNops()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6115 if (getParser().checkForValidSection()) in ParseDirectiveAMDGPULDS()