Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp287 bool checkForValidSection() override;
1064 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser
1895 if (checkForValidSection()) in parseStatement()
2303 if (checkForValidSection()) in parseStatement()
3101 if (checkForValidSection()) in parseDirectiveAscii()
3206 if (checkForValidSection()) in parseDirectiveOctaValue()
3397 if (checkForValidSection()) in parseDirectiveAlign()
4789 if (checkForValidSection()) in parseDirectiveBundleLock()
4812 if (checkForValidSection() || parseEOL()) in parseDirectiveBundleUnlock()
4927 if (checkForValidSection()) in parseDirectiveLEB128()
[all …]
H A DMasmParser.cpp553 bool checkForValidSection() override;
1438 bool MasmParser::checkForValidSection() { in checkForValidSection() function in MasmParser
2250 if (checkForValidSection()) in parseStatement()
2705 if (checkForValidSection()) in parseStatement()
3680 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveAscii()
3978 if (checkForValidSection()) in emitRealValues()
4732 if (checkForValidSection() || parseExpression(Offset)) in parseDirectiveOrg()
4739 if (checkForValidSection()) in parseDirectiveOrg()
4767 if (checkForValidSection()) in emitAlignTo()
5462 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveCVString()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h329 virtual bool checkForValidSection() = 0;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4683 if (getParser().checkForValidSection() || in parseDirectiveNops()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5137 if (getParser().checkForValidSection()) in ParseDirectiveAMDGPULDS()