Searched refs:isDelegateCall (Results 1 – 4 of 4) sorted by relevance
683 bool isDelegateCall() const { return DelegateCall; } in isDelegateCall() function
749 if (signature.isDelegateCall()) in arrangeCall()779 bool isDelegateCall = in arrangeLLVMFunctionInfo() local781 CGFunctionInfo::Profile(ID, isInstanceMethod, isChainCall, isDelegateCall, in arrangeLLVMFunctionInfo()792 FI = CGFunctionInfo::create(CC, isInstanceMethod, isChainCall, isDelegateCall, in arrangeLLVMFunctionInfo()
1543 !FnInfo.isDelegateCall() && in GenerateCode()
96 Required(FI.getRequiredArgs()), IsDelegateCall(FI.isDelegateCall()) {} in CCState()