Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDMasmParser.cpp594 bool handleMacroEntry(
2274 return handleMacroEntry(M, IDLoc); in parseStatement()
3210 bool MasmParser::handleMacroEntry(const MCAsmMacro *M, SMLoc NameLoc, in handleMacroEntry() function in MasmParser
3279 handleMacroEntry(M, NameLoc, AsmToken::RParen)) in handleMacroInvocation()
HDAsmParser.cpp315 bool handleMacroEntry(MCAsmMacro *M, SMLoc NameLoc);
1987 return handleMacroEntry(M, IDLoc); in parseStatement()
2867 bool AsmParser::handleMacroEntry(MCAsmMacro *M, SMLoc NameLoc) { in handleMacroEntry() function in AsmParser