Home
last modified time | relevance | path

Searched refs:IsDelegateCall (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h790 bool ChainCall, bool IsDelegateCall, in Profile() argument
798 ID.AddBoolean(IsDelegateCall); in Profile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h426 IsDelegateCall = 1 << 2, enumerator
H A DCGCall.cpp750 opts |= FnInfoOpts::IsDelegateCall; in arrangeCall()
780 (opts & FnInfoOpts::IsDelegateCall) == FnInfoOpts::IsDelegateCall; in arrangeLLVMFunctionInfo()
H A DCGClass.cpp3121 FnInfo.getReturnType(), FnInfoOpts::IsDelegateCall, ArgTypes, in EmitLambdaInAllocaImplFn()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp96 Required(FI.getRequiredArgs()), IsDelegateCall(FI.isDelegateCall()) {} in CCState()
103 bool IsDelegateCall = false; member
766 } else if (State.IsDelegateCall) { in classifyArgumentType()