Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp232 bool ParseDirectiveElseIf(SMLoc DirectiveLoc); // ".elseif"
997 return ParseDirectiveElseIf(IDLoc); in ParseStatement()
2233 bool AsmParser::ParseDirectiveElseIf(SMLoc DirectiveLoc) { in ParseDirectiveElseIf() function in AsmParser