Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp673 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // .endif
1890 return parseDirectiveEndIf(IDLoc); in parseStatement()
5417 bool AsmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in AsmParser
H A DMasmParser.cpp1012 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // "endif"
2196 return parseDirectiveEndIf(IDLoc); in parseStatement()
6664 bool MasmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in MasmParser