Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp629 bool parseDirectiveMacro(SMLoc DirectiveLoc);
2241 return parseDirectiveMacro(IDLoc); in parseStatement()
4510 bool AsmParser::parseDirectiveMacro(SMLoc DirectiveLoc) { in parseDirectiveMacro() function in AsmParser
H A DMasmParser.cpp990 bool parseDirectiveMacro(StringRef Name, SMLoc NameLoc);
2663 return parseDirectiveMacro(IDVal, IDLoc); in parseStatement()
5787 bool MasmParser::parseDirectiveMacro(StringRef Name, SMLoc NameLoc) { in parseDirectiveMacro() function in MasmParser