Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp664 bool parseDirectiveElseIf(SMLoc DirectiveLoc); // ".elseif"
1874 return parseDirectiveElseIf(IDLoc); in parseStatement()
5279 bool AsmParser::parseDirectiveElseIf(SMLoc DirectiveLoc) { in parseDirectiveElseIf() function in AsmParser
H A DMasmParser.cpp1003 bool parseDirectiveElseIf(SMLoc DirectiveLoc, DirectiveKind DirKind);
2209 return parseDirectiveElseIf(IDLoc, DirKind); in parseStatement()
6307 bool MasmParser::parseDirectiveElseIf(SMLoc DirectiveLoc, in parseDirectiveElseIf() function in MasmParser