Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp631 bool parseDirectiveMacro(SMLoc DirectiveLoc);
2237 return parseDirectiveMacro(IDLoc); in parseStatement()
4524 bool AsmParser::parseDirectiveMacro(SMLoc DirectiveLoc) { in parseDirectiveMacro() function in AsmParser
H A DMasmParser.cpp990 bool parseDirectiveMacro(StringRef Name, SMLoc NameLoc);
2631 return parseDirectiveMacro(IDVal, IDLoc); in parseStatement()
5754 bool MasmParser::parseDirectiveMacro(StringRef Name, SMLoc NameLoc) { in parseDirectiveMacro() function in MasmParser