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