Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp406 bool parseDirectiveMacro(SMLoc DirectiveLoc);
1545 return parseDirectiveMacro(IDLoc); in parseStatement()
3269 bool AsmParser::parseDirectiveMacro(SMLoc DirectiveLoc) { in parseDirectiveMacro() function in AsmParser