Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp666 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // .endif
1878 return parseDirectiveEndIf(IDLoc); in parseStatement()
5394 bool AsmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in AsmParser
H A DMasmParser.cpp1013 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // "endif"
2233 return parseDirectiveEndIf(IDLoc); in parseStatement()
6696 bool MasmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in MasmParser