Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/MC/MCParser/
DAsmParser.cpp283 bool handleMacroEntry(const MCAsmMacro *M, SMLoc NameLoc);
1291 return handleMacroEntry(M, IDLoc); in parseStatement()
1971 bool AsmParser::handleMacroEntry(const MCAsmMacro *M, SMLoc NameLoc) { in handleMacroEntry() function in AsmParser