Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp623 bool parseDirectiveMacro(SMLoc DirectiveLoc);
2164 return parseDirectiveMacro(IDLoc); in parseStatement()
4480 bool AsmParser::parseDirectiveMacro(SMLoc DirectiveLoc) { in parseDirectiveMacro() function in AsmParser
H A DMasmParser.cpp873 bool parseDirectiveMacro(StringRef Name, SMLoc NameLoc);
2280 return parseDirectiveMacro(IDVal, IDLoc); in parseStatement()
4297 bool MasmParser::parseDirectiveMacro(StringRef Name, SMLoc NameLoc) { in parseDirectiveMacro() function in MasmParser