Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp476 bool parseDirectiveMacro(SMLoc DirectiveLoc);
1814 return parseDirectiveMacro(IDLoc); in parseStatement()
3768 bool AsmParser::parseDirectiveMacro(SMLoc DirectiveLoc) { in parseDirectiveMacro() function in AsmParser