Home
last modified time | relevance | path

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

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