Lines Matching refs:getCallee
1317 Function *F = cast<Function>(C.getCallee()); in getOrInsertLibFunc()
1463 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitLibCall()
1547 dyn_cast<Function>(MemCpy.getCallee()->stripPointerCasts())) in emitMemCpyChk()
1723 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitUnaryFloatFnCallHelper()
1773 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitBinaryFloatFnCallHelper()
1824 dyn_cast<Function>(PutChar.getCallee()->stripPointerCasts())) in emitPutChar()
1842 dyn_cast<Function>(PutS.getCallee()->stripPointerCasts())) in emitPutS()
1862 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutC()
1882 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutS()
1906 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFWrite()
1925 dyn_cast<Function>(Malloc.getCallee()->stripPointerCasts())) in emitMalloc()
1945 dyn_cast<Function>(Calloc.getCallee()->stripPointerCasts())) in emitCalloc()
1965 dyn_cast<Function>(Func.getCallee()->stripPointerCasts())) in emitHotColdNew()
1986 dyn_cast<Function>(Func.getCallee()->stripPointerCasts())) in emitHotColdNewNoThrow()
2006 dyn_cast<Function>(Func.getCallee()->stripPointerCasts())) in emitHotColdNewAligned()
2029 dyn_cast<Function>(Func.getCallee()->stripPointerCasts())) in emitHotColdNewAlignedNoThrow()