Searched refs:needsPCRel (Results 1 – 1 of 1) sorted by relevance
473 static bool needsPCRel(const MCExpr *Expr) { in needsPCRel() function485 return needsPCRel(BE->getLHS()) || needsPCRel(BE->getRHS()); in needsPCRel()488 return needsPCRel(cast<MCUnaryExpr>(Expr)->getSubExpr()); in needsPCRel()515 if (needsPCRel(MO.getExpr())) in getMachineOpValue()