Searched refs:parseCFIRegister (Results 1 – 1 of 1) sorted by relevance
487 bool parseCFIRegister(unsigned &Reg);2475 bool MIParser::parseCFIRegister(unsigned &Reg) { in parseCFIRegister() function in MIParser2525 if (parseCFIRegister(Reg)) in parseCFIOperand()2530 if (parseCFIRegister(Reg) || expectAndConsume(MIToken::comma) || in parseCFIOperand()2537 if (parseCFIRegister(Reg) || expectAndConsume(MIToken::comma) || in parseCFIOperand()2544 if (parseCFIRegister(Reg)) in parseCFIOperand()2562 if (parseCFIRegister(Reg) || expectAndConsume(MIToken::comma) || in parseCFIOperand()2569 if (parseCFIRegister(Reg) || expectAndConsume(MIToken::comma) || in parseCFIOperand()2580 if (parseCFIRegister(Reg)) in parseCFIOperand()2588 if (parseCFIRegister(Reg)) in parseCFIOperand()[all …]