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