Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp286 bool checkForValidSection() override;
1083 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser
1907 if (checkForValidSection()) in parseStatement()
2317 if (checkForValidSection()) in parseStatement()
3131 if (checkForValidSection()) in parseDirectiveAscii()
3236 if (checkForValidSection()) in parseDirectiveOctaValue()
3427 if (checkForValidSection()) in parseDirectiveAlign()
4820 if (checkForValidSection()) in parseDirectiveBundleLock()
4843 if (checkForValidSection() || parseEOL()) in parseDirectiveBundleUnlock()
4958 if (checkForValidSection()) in parseDirectiveLEB128()
[all …]
H A DMasmParser.cpp550 bool checkForValidSection() override;
1437 bool MasmParser::checkForValidSection() { in checkForValidSection() function in MasmParser
2213 if (checkForValidSection()) in parseStatement()
2670 if (checkForValidSection()) in parseStatement()
3644 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveAscii()
3940 if (checkForValidSection()) in emitRealValues()
4682 if (checkForValidSection() || parseExpression(Offset)) in parseDirectiveOrg()
4689 if (checkForValidSection()) in parseDirectiveOrg()
4717 if (checkForValidSection()) in emitAlignTo()
5408 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveCVString()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h330 virtual bool checkForValidSection() = 0;
/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4684 if (getParser().checkForValidSection() || in parseDirectiveNops()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5523 if (getParser().checkForValidSection()) in ParseDirectiveAMDGPULDS()