Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp674 bool parseDirectiveElseIf(SMLoc DirectiveLoc); // ".elseif"
1890 return parseDirectiveElseIf(IDLoc); in parseStatement()
5317 bool AsmParser::parseDirectiveElseIf(SMLoc DirectiveLoc) { in parseDirectiveElseIf() function in AsmParser
H A DMasmParser.cpp1021 bool parseDirectiveElseIf(SMLoc DirectiveLoc, DirectiveKind DirKind);
2166 return parseDirectiveElseIf(IDLoc, DirKind); in parseStatement()
6264 bool MasmParser::parseDirectiveElseIf(SMLoc DirectiveLoc, in parseDirectiveElseIf() function in MasmParser