Home
last modified time | relevance | path

Searched refs:CalleeInfo (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGCall.cpp1435 CGCalleeInfo CalleeInfo, in ConstructAttributeList() argument
1451 CalleeInfo.getCalleeFunctionProtoType()); in ConstructAttributeList()
1453 const Decl *TargetDecl = CalleeInfo.getCalleeDecl(); in ConstructAttributeList()
3164 CGCalleeInfo CalleeInfo, in EmitCall() argument
3493 CGM.ConstructAttributeList(CallInfo, CalleeInfo, AttributeList, CallingConv, in EmitCall()
3583 const Decl *TargetDecl = CalleeInfo.getCalleeDecl(); in EmitCall()
3659 const Decl *TargetDecl = CalleeInfo.getCalleeDecl(); in EmitCall()
DCodeGenModule.h976 CGCalleeInfo CalleeInfo, AttributeListType &PAL,
DCodeGenFunction.h2634 CGCalleeInfo CalleeInfo = CGCalleeInfo(),
2639 CGCalleeInfo CalleeInfo = CGCalleeInfo(),
DCGExpr.cpp3772 CGCalleeInfo CalleeInfo, llvm::Value *Chain) { in EmitCall() argument
3785 const Decl *TargetDecl = CalleeInfo.getCalleeDecl(); in EmitCall()
DMicrosoftCXXABI.cpp3873 const CGFunctionInfo &CalleeInfo = CGM.getTypes().arrangeCXXConstructorCall( in getAddrOfCXXCtorClosure() local
3875 CGF.EmitCall(CalleeInfo, CalleeFn, ReturnValueSlot(), Args, CD); in getAddrOfCXXCtorClosure()