Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp594 bool handleMacroEntry(
2299 return handleMacroEntry(M, IDLoc); in parseStatement()
3241 bool MasmParser::handleMacroEntry(const MCAsmMacro *M, SMLoc NameLoc, in handleMacroEntry() function in MasmParser
3310 handleMacroEntry(M, NameLoc, AsmToken::RParen)) in handleMacroInvocation()
H A DAsmParser.cpp314 bool handleMacroEntry(const MCAsmMacro *M, SMLoc NameLoc);
1986 return handleMacroEntry(M, IDLoc); in parseStatement()
2879 bool AsmParser::handleMacroEntry(const MCAsmMacro *M, SMLoc NameLoc) { in handleMacroEntry() function in AsmParser