Searched refs:handleMacroEntry (Results 1 – 1 of 1) sorted by relevance
277 bool handleMacroEntry(const MCAsmMacro *M, SMLoc NameLoc);1345 return handleMacroEntry(M, IDLoc); in parseStatement()2100 bool AsmParser::handleMacroEntry(const MCAsmMacro *M, SMLoc NameLoc) { in handleMacroEntry() function in AsmParser