Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp620 bool parseDirectivePurgeMacro(SMLoc DirectiveLoc);
2174 return parseDirectivePurgeMacro(IDLoc); in parseStatement()
4751 bool AsmParser::parseDirectivePurgeMacro(SMLoc DirectiveLoc) { in parseDirectivePurgeMacro() function in AsmParser
H A DMasmParser.cpp869 bool parseDirectivePurgeMacro(SMLoc DirectiveLoc);
2112 return parseDirectivePurgeMacro(IDLoc); in parseStatement()
4480 bool MasmParser::parseDirectivePurgeMacro(SMLoc DirectiveLoc) { in parseDirectivePurgeMacro() function in MasmParser