Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp672 bool parseDirectiveElseIf(SMLoc DirectiveLoc); // ".elseif"
1892 return parseDirectiveElseIf(IDLoc); in parseStatement()
5303 bool AsmParser::parseDirectiveElseIf(SMLoc DirectiveLoc) { in parseDirectiveElseIf() function in AsmParser
H A DMasmParser.cpp1021 bool parseDirectiveElseIf(SMLoc DirectiveLoc, DirectiveKind DirKind);
2192 return parseDirectiveElseIf(IDLoc, DirKind); in parseStatement()
6296 bool MasmParser::parseDirectiveElseIf(SMLoc DirectiveLoc, in parseDirectiveElseIf() function in MasmParser