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