Home | History | Annotate | Download | only in Analysis

Lines Matching full:callee

83   Function *Callee = CS.getCalledFunction();
84 if (!Callee || !Callee->isDeclaration())
86 return Callee;
98 Function *Callee = getCalledFunction(V, LookThroughBitCast);
99 if (!Callee)
103 StringRef FnName = Callee->getName();
126 FunctionType *FTy = Callee->getFunctionType();
312 Function *Callee = CI->getCalledFunction();
313 if (Callee == 0 || !Callee->isDeclaration())
316 StringRef FnName = Callee->getName();
335 FunctionType *FTy = Callee->getFunctionType();
340 if (FTy->getParamType(0) != Type::getInt8PtrTy(Callee->getContext()))