Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h701 bool isDelegateCall() const { return DelegateCall; } in isDelegateCall() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp815 if (signature.isDelegateCall()) in arrangeCall()
845 bool isDelegateCall = in arrangeLLVMFunctionInfo() local
847 CGFunctionInfo::Profile(ID, isInstanceMethod, isChainCall, isDelegateCall, in arrangeLLVMFunctionInfo()
858 FI = CGFunctionInfo::create(CC, isInstanceMethod, isChainCall, isDelegateCall, in arrangeLLVMFunctionInfo()
H A DCodeGenFunction.cpp1592 !FnInfo.isDelegateCall() && in GenerateCode()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp83 Required(FI.getRequiredArgs()), IsDelegateCall(FI.isDelegateCall()) {} in CCState()