Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp694 bool parseDirectiveMSAlign(SMLoc DirectiveLoc, ParseStatementInfo &Info);
2313 return parseDirectiveMSAlign(IDLoc, Info); in parseStatement()
5809 bool AsmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) { in parseDirectiveMSAlign() function in AsmParser
H A DMasmParser.cpp1032 bool parseDirectiveMSAlign(SMLoc DirectiveLoc, ParseStatementInfo &Info);
2666 return parseDirectiveMSAlign(IDLoc, Info); in parseStatement()
7168 bool MasmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) { in parseDirectiveMSAlign() function in MasmParser