Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp668 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // .endif
1816 return parseDirectiveEndIf(IDLoc); in parseStatement()
5387 bool AsmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in AsmParser
H A DMasmParser.cpp914 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // "endif"
1923 return parseDirectiveEndIf(IDLoc); in parseStatement()
5186 bool MasmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in MasmParser