Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp233 bool ParseDirectiveElse(SMLoc DirectiveLoc); // ".else"
999 return ParseDirectiveElse(IDLoc); in ParseStatement()
2265 bool AsmParser::ParseDirectiveElse(SMLoc DirectiveLoc) { in ParseDirectiveElse() function in AsmParser