Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp286 bool checkForValidSection() override;
1089 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser
1912 if (checkForValidSection()) in parseStatement()
2318 if (checkForValidSection()) in parseStatement()
3132 if (checkForValidSection()) in parseDirectiveAscii()
3196 if (checkForValidSection() || parseExpression(Value)) in parseDirectiveValue()
3237 if (checkForValidSection()) in parseDirectiveOctaValue()
3303 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()
3318 if (checkForValidSection() || parseExpression(NumBytes)) in parseDirectiveZero()
3340 if (checkForValidSection() || parseExpression(NumValues)) in parseDirectiveFill()
[all …]
H A DMasmParser.cpp569 bool checkForValidSection() override;
1457 bool MasmParser::checkForValidSection() { in checkForValidSection() function in MasmParser
2232 if (checkForValidSection()) in parseStatement()
2685 if (checkForValidSection()) in parseStatement()
3659 if (checkForValidSection() || parseEscapedString(Data)) in parseDirectiveAscii()
3755 if (checkForValidSection() || parseScalarInstList(Size, Values)) in emitIntegralValues()
3955 if (checkForValidSection()) in emitRealValues()
4696 if (checkForValidSection() || parseExpression(Offset)) in parseDirectiveOrg()
4703 if (checkForValidSection()) in parseDirectiveOrg()
4731 if (checkForValidSection()) in emitAlignTo()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h332 virtual bool checkForValidSection() = 0;
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4691 if (getParser().checkForValidSection() || in parseDirectiveNops()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5603 if (getParser().checkForValidSection()) in ParseDirectiveAMDGPULDS()