Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp514 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // .endif
1500 return parseDirectiveEndIf(IDLoc); in parseStatement()
4647 bool AsmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in AsmParser