Searched refs:parseDirectiveIfc (Results 1 – 1 of 1) sorted by relevance
659 bool parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual);1861 return parseDirectiveIfc(IDLoc, true); in parseStatement()1865 return parseDirectiveIfc(IDLoc, false); in parseStatement()5189 bool AsmParser::parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual) { in parseDirectiveIfc() function in AsmParser