Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Callee

2949     const FunctionDecl* Callee = E->getDirectCallee();
2950 bool ForceColumnInfo = Callee && Callee->isInlineSpecified();
3028 llvm::Value *Callee = EmitScalarExpr(E->getCallee());
3029 return EmitCall(E->getCallee()->getType(), Callee, E->getLocStart(),
3200 RValue CodeGenFunction::EmitCall(QualType CalleeType, llvm::Value *Callee,
3206 // Get the actual function type. The callee type will always be a pointer to
3240 Callee, llvm::PointerType::getUnqual(PrefixStructTy));
3263 Callee,
3298 Callee = Builder.CreateBitCast(Callee, CalleeTy, "callee.knr.cast");
3301 return EmitCall(FnInfo, Callee, ReturnValue, Args, TargetDecl);