Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp685 bool parseDirectiveMSAlign(SMLoc DirectiveLoc, ParseStatementInfo &Info);
2292 return parseDirectiveMSAlign(IDLoc, Info); in parseStatement()
5762 bool AsmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) { in parseDirectiveMSAlign() function in AsmParser
H A DMasmParser.cpp980 bool parseDirectiveMSAlign(SMLoc DirectiveLoc, ParseStatementInfo &Info);
2548 return parseDirectiveMSAlign(IDLoc, Info); in parseStatement()
6853 bool MasmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) { in parseDirectiveMSAlign() function in MasmParser