Searched refs:needsPCRel (Results 1 – 1 of 1) sorted by relevance
512 static bool needsPCRel(const MCExpr *Expr) { in needsPCRel() function524 return needsPCRel(BE->getLHS()) || needsPCRel(BE->getRHS()); in needsPCRel()527 return needsPCRel(cast<MCUnaryExpr>(Expr)->getSubExpr()); in needsPCRel()563 if (needsPCRel(MO.getExpr())) in getMachineOpValueCommon()