Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/
DAsmParser.cpp252 void checkForBadMacro(SMLoc DirectiveLoc, StringRef Name, StringRef Body,
3126 checkForBadMacro(DirectiveLoc, Name, Body, Parameters); in parseDirectiveMacro()
3145 void AsmParser::checkForBadMacro(SMLoc DirectiveLoc, StringRef Name, in checkForBadMacro() function in AsmParser