Searched refs:isDelegateCall (Results 1 – 4 of 4) sorted by relevance
701 bool isDelegateCall() const { return DelegateCall; } in isDelegateCall() function
815 if (signature.isDelegateCall()) in arrangeCall()845 bool isDelegateCall = in arrangeLLVMFunctionInfo() local847 CGFunctionInfo::Profile(ID, isInstanceMethod, isChainCall, isDelegateCall, in arrangeLLVMFunctionInfo()858 FI = CGFunctionInfo::create(CC, isInstanceMethod, isChainCall, isDelegateCall, in arrangeLLVMFunctionInfo()
1592 !FnInfo.isDelegateCall() && in GenerateCode()
83 Required(FI.getRequiredArgs()), IsDelegateCall(FI.isDelegateCall()) {} in CCState()