Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp296 void checkForBadMacro(SMLoc DirectiveLoc, StringRef Name, StringRef Body,
4643 checkForBadMacro(DirectiveLoc, Name, Body, Parameters); in parseDirectiveMacro()
4665 void AsmParser::checkForBadMacro(SMLoc DirectiveLoc, StringRef Name, in checkForBadMacro() function in AsmParser