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