Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp676 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // .endif
1894 return parseDirectiveEndIf(IDLoc); in parseStatement()
5432 bool AsmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in AsmParser
H A DMasmParser.cpp1031 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // "endif"
2190 return parseDirectiveEndIf(IDLoc); in parseStatement()
6648 bool MasmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in MasmParser