Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp675 bool parseDirectiveElseIf(SMLoc DirectiveLoc); // ".elseif"
1887 return parseDirectiveElseIf(IDLoc); in parseStatement()
5328 bool AsmParser::parseDirectiveElseIf(SMLoc DirectiveLoc) { in parseDirectiveElseIf() function in AsmParser
H A DMasmParser.cpp1021 bool parseDirectiveElseIf(SMLoc DirectiveLoc, DirectiveKind DirKind);
2167 return parseDirectiveElseIf(IDLoc, DirKind); in parseStatement()
6265 bool MasmParser::parseDirectiveElseIf(SMLoc DirectiveLoc, in parseDirectiveElseIf() function in MasmParser