Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp586 bool parseDirectiveMacro(SMLoc DirectiveLoc);
2100 return parseDirectiveMacro(IDLoc); in parseStatement()
4222 bool AsmParser::parseDirectiveMacro(SMLoc DirectiveLoc) { in parseDirectiveMacro() function in AsmParser