Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp568 bool handleMacroInvocation(const MCAsmMacro *M, SMLoc NameLoc);
1145 if (handleMacroInvocation(M, MacroTok.getLoc())) { in Lex()
3170 bool MasmParser::handleMacroInvocation(const MCAsmMacro *M, SMLoc NameLoc) { in handleMacroInvocation() function in MasmParser