Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp252 bool ParseDirectiveEndIf(SMLoc DirectiveLoc); // .endif
1054 return ParseDirectiveEndIf(IDLoc); in ParseStatement()
2401 bool AsmParser::ParseDirectiveEndIf(SMLoc DirectiveLoc) { in ParseDirectiveEndIf() function in AsmParser