Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp666 bool parseDirectiveElseIf(SMLoc DirectiveLoc); // ".elseif"
1812 return parseDirectiveElseIf(IDLoc); in parseStatement()
5272 bool AsmParser::parseDirectiveElseIf(SMLoc DirectiveLoc) { in parseDirectiveElseIf() function in AsmParser
H A DMasmParser.cpp904 bool parseDirectiveElseIf(SMLoc DirectiveLoc, DirectiveKind DirKind);
1899 return parseDirectiveElseIf(IDLoc, DirKind); in parseStatement()
4802 bool MasmParser::parseDirectiveElseIf(SMLoc DirectiveLoc, in parseDirectiveElseIf() function in MasmParser