Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp583 bool parseDirectivePurgeMacro(SMLoc DirectiveLoc);
2110 return parseDirectivePurgeMacro(IDLoc); in parseStatement()
4491 bool AsmParser::parseDirectivePurgeMacro(SMLoc DirectiveLoc) { in parseDirectivePurgeMacro() function in AsmParser