Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp263 bool checkForValidSection() override;
966 bool AsmParser::checkForValidSection() { in checkForValidSection() function in AsmParser
1774 if (checkForValidSection()) in parseStatement()
2171 if (checkForValidSection()) in parseStatement()
3037 if (checkForValidSection()) in parseDirectiveOctaValue()
3187 if (checkForValidSection() || parseExpression(Offset)) in parseDirectiveOrg()
3232 if (checkForValidSection()) in parseDirectiveAlign()
4534 if (checkForValidSection()) in parseDirectiveBundleLock()
4559 if (checkForValidSection() || in parseDirectiveBundleUnlock()
4689 if (checkForValidSection()) in parseDirectiveLEB128()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h296 virtual bool checkForValidSection() = 0;