Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp422 bool parseDirectiveMacro(SMLoc DirectiveLoc);
1685 return parseDirectiveMacro(IDLoc); in parseStatement()
3403 bool AsmParser::parseDirectiveMacro(SMLoc DirectiveLoc) { in parseDirectiveMacro() function in AsmParser