Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp666 bool parseDirectiveMSAlign(SMLoc DirectiveLoc, ParseStatementInfo &Info);
2203 return parseDirectiveMSAlign(IDLoc, Info); in parseStatement()
5695 bool AsmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) { in parseDirectiveMSAlign() function in AsmParser