Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp480 bool parseDirectiveMSAlign(SMLoc DirectiveLoc, ParseStatementInfo &Info);
1715 return parseDirectiveMSAlign(IDLoc, Info); in parseStatement()
4640 bool AsmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) { in parseDirectiveMSAlign() function in AsmParser