Searched refs:getRetainAutoreleaseCallee (Results 1 – 1 of 1) sorted by relevance
3348 Constant *getRetainAutoreleaseCallee(Module *M);3413 Constant *ObjCARCContract::getRetainAutoreleaseCallee(Module *M) { in getRetainAutoreleaseCallee() function in ObjCARCContract3489 Retain->setCalledFunction(getRetainAutoreleaseCallee(F.getParent())); in ContractAutorelease()