Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp288 bool checkForValidSection() override;
1087 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser
1910 if (checkForValidSection()) in parseStatement()
2314 if (checkForValidSection()) in parseStatement()
3128 if (checkForValidSection()) in parseDirectiveAscii()
3233 if (checkForValidSection()) in parseDirectiveOctaValue()
3425 if (checkForValidSection()) in parseDirectiveAlign()
4833 if (checkForValidSection()) in parseDirectiveBundleLock()
4856 if (checkForValidSection() || parseEOL()) in parseDirectiveBundleUnlock()
4971 if (checkForValidSection()) in parseDirectiveLEB128()
[all …]
H A DMasmParser.cpp569 bool checkForValidSection() override;
1457 bool MasmParser::checkForValidSection() { in checkForValidSection() function in MasmParser
2206 if (checkForValidSection()) in parseStatement()
2653 if (checkForValidSection()) in parseStatement()
3627 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveAscii()
3923 if (checkForValidSection()) in emitRealValues()
4664 if (checkForValidSection() || parseExpression(Offset)) in parseDirectiveOrg()
4671 if (checkForValidSection()) in parseDirectiveOrg()
4699 if (checkForValidSection()) in emitAlignTo()
5390 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveCVString()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h332 virtual bool checkForValidSection() = 0;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4584 if (getParser().checkForValidSection() || in parseDirectiveNops()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5878 if (getParser().checkForValidSection()) in ParseDirectiveAMDGPULDS()