Searched refs:parseDirectiveMSAlign (Results 1 – 1 of 1) sorted by relevance
464 bool parseDirectiveMSAlign(SMLoc DirectiveLoc, ParseStatementInfo &Info);1573 return parseDirectiveMSAlign(IDLoc, Info); in parseStatement()4501 bool AsmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) { in parseDirectiveMSAlign() function in AsmParser