Home
last modified time | relevance | path

Searched refs:isDelegateCall (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h672 bool isDelegateCall() const { return DelegateCall; } in isDelegateCall() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp740 if (signature.isDelegateCall()) in arrangeCall()
770 bool isDelegateCall = in arrangeLLVMFunctionInfo() local
772 CGFunctionInfo::Profile(ID, isInstanceMethod, isChainCall, isDelegateCall, in arrangeLLVMFunctionInfo()
783 FI = CGFunctionInfo::create(CC, isInstanceMethod, isChainCall, isDelegateCall, in arrangeLLVMFunctionInfo()
H A DCodeGenFunction.cpp1464 !FnInfo.isDelegateCall() && in GenerateCode()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp96 Required(FI.getRequiredArgs()), IsDelegateCall(FI.isDelegateCall()) {} in CCState()