Searched refs:EmitCall (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCUDARuntime.cpp47 CGF.EmitCall(E->getCallee()->getType(), Callee, ReturnValue,
H A DCGObjC.cpp538 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(Context.VoidTy, args,
804 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(CGF.getContext().VoidTy,
897 RValue RV = EmitCall(getTypes().arrangeFreeFunctionCall(propType, args,
1008 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(CGF.getContext().VoidTy,
1046 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(CGF.getContext().VoidTy,
1182 EmitCall(getTypes().arrangeFreeFunctionCall(getContext().VoidTy, args,
1195 EmitCall(getTypes().arrangeFreeFunctionCall(getContext().VoidTy, args,
1563 EmitCall(CGM.getTypes().arrangeFreeFunctionCall(getContext().VoidTy, Args2,
H A DCGExprCXX.cpp61 return EmitCall(CGM.getTypes().arrangeCXXMethodCall(Args, FPT, required),
181 return EmitCall(getContext().getPointerType(MD->getType()), Callee,
366 return EmitCall(CGM.getTypes().arrangeCXXMethodCall(Args, FPT, required), Callee,
1014 CGF.EmitCall(CGF.CGM.getTypes().arrangeFreeFunctionCall(Args, CalleeType),
H A DCGAtomic.cpp141 return CGF.EmitCall(fnInfo, fn, ReturnValueSlot(), args);
584 RValue Res = EmitCall(FuncInfo, Func, ReturnValueSlot(), Args);
H A DCGClass.cpp1712 EmitCall(CGM.getTypes().arrangeCXXMethodCall(Args, FPT, RequiredArgs::All),
1750 EmitCall(CGM.getTypes().arrangeCXXConstructorDeclaration(Ctor, CtorType),
2163 RValue RV = EmitCall(calleeFnInfo, callee, returnSlot,
H A DCGVTables.cpp376 RValue RV = EmitCall(FnInfo, Callee, Slot, CallArgs, MD);
H A DCodeGenFunction.h2061 /// EmitCall - Generate a call of the given function, expecting the given
2067 RValue EmitCall(const CGFunctionInfo &FnInfo,
2074 RValue EmitCall(QualType FnType, llvm::Value *Callee,
H A DCGExpr.cpp2914 return EmitCall(E->getCallee()->getType(), Callee, ReturnValue,
3084 RValue CodeGenFunction::EmitCall(QualType CalleeType, llvm::Value *Callee, function in class:CodeGenFunction
3135 return EmitCall(FnInfo, Callee, ReturnValue, Args, TargetDecl);
H A DCGDecl.cpp462 CGF.EmitCall(FnInfo, CleanupFn, ReturnValueSlot(), Args);
H A DCGObjCGNU.cpp1330 RValue msgRet = CGF.EmitCall(MSI.CallInfo, imp, Return, ActualArgs, 0, &call);
1442 RValue msgRet = CGF.EmitCall(MSI.CallInfo, imp, Return, ActualArgs,
H A DCGBlocks.cpp978 return EmitCall(FnInfo, Func, ReturnValue, Args);
H A DCGBuiltin.cpp168 return CGF.EmitCall(E->getCallee()->getType(), calleeValue,
1062 return EmitCall(FuncInfo, Func, ReturnValueSlot(), Args);
H A DCGObjCMac.cpp1916 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Fn, Return, ActualArgs);
6618 RValue result = CGF.EmitCall(MSI.CallInfo, callee, returnSlot, args);
H A DCGCall.cpp1764 // for EmitCall.
2261 RValue CodeGenFunction::EmitCall(const CGFunctionInfo &CallInfo, function in class:CodeGenFunction

Completed in 291 milliseconds