Searched refs:parseDirectiveMSAlign (Results 1 – 1 of 1) sorted by relevance
480 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