Searched refs:isDelegateCall (Results 1 – 4 of 4) sorted by relevance
672 bool isDelegateCall() const { return DelegateCall; } in isDelegateCall() function
740 if (signature.isDelegateCall()) in arrangeCall()770 bool isDelegateCall = in arrangeLLVMFunctionInfo() local772 CGFunctionInfo::Profile(ID, isInstanceMethod, isChainCall, isDelegateCall, in arrangeLLVMFunctionInfo()783 FI = CGFunctionInfo::create(CC, isInstanceMethod, isChainCall, isDelegateCall, in arrangeLLVMFunctionInfo()
1464 !FnInfo.isDelegateCall() && in GenerateCode()
96 Required(FI.getRequiredArgs()), IsDelegateCall(FI.isDelegateCall()) {} in CCState()