Searched refs:parseDirectiveIfc (Results 1 – 1 of 1) sorted by relevance
437 bool parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual);1245 return parseDirectiveIfc(IDLoc, true); in parseStatement()1249 return parseDirectiveIfc(IDLoc, false); in parseStatement()3918 bool AsmParser::parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual) { in parseDirectiveIfc() function in AsmParser