Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp697 bool parseDirectiveMSAlign(SMLoc DirectiveLoc, ParseStatementInfo &Info);
2310 return parseDirectiveMSAlign(IDLoc, Info); in parseStatement()
5826 bool AsmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) { in parseDirectiveMSAlign() function in AsmParser
H A DMasmParser.cpp1051 bool parseDirectiveMSAlign(SMLoc DirectiveLoc, ParseStatementInfo &Info);
2649 return parseDirectiveMSAlign(IDLoc, Info); in parseStatement()
7155 bool MasmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) { in parseDirectiveMSAlign() function in MasmParser