Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp666 bool parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual);
1873 return parseDirectiveIfc(IDLoc, true); in parseStatement()
1877 return parseDirectiveIfc(IDLoc, false); in parseStatement()
5212 bool AsmParser::parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual) { in parseDirectiveIfc() function in AsmParser