Searched refs:CalleeInfo (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1435 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()
|
D | CodeGenModule.h | 976 CGCalleeInfo CalleeInfo, AttributeListType &PAL,
|
D | CodeGenFunction.h | 2634 CGCalleeInfo CalleeInfo = CGCalleeInfo(), 2639 CGCalleeInfo CalleeInfo = CGCalleeInfo(),
|
D | CGExpr.cpp | 3772 CGCalleeInfo CalleeInfo, llvm::Value *Chain) { in EmitCall() argument 3785 const Decl *TargetDecl = CalleeInfo.getCalleeDecl(); in EmitCall()
|
D | MicrosoftCXXABI.cpp | 3873 const CGFunctionInfo &CalleeInfo = CGM.getTypes().arrangeCXXConstructorCall( in getAddrOfCXXCtorClosure() local 3875 CGF.EmitCall(CalleeInfo, CalleeFn, ReturnValueSlot(), Args, CD); in getAddrOfCXXCtorClosure()
|