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.h808 bool ChainCall, bool IsDelegateCall, in Profile() argument
816 ID.AddBoolean(IsDelegateCall); in Profile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h437 IsDelegateCall = 1 << 2, enumerator
H A DCGCall.cpp816 opts |= FnInfoOpts::IsDelegateCall; in arrangeCall()
846 (opts & FnInfoOpts::IsDelegateCall) == FnInfoOpts::IsDelegateCall; in arrangeLLVMFunctionInfo()
H A DCGClass.cpp3143 FnInfo.getReturnType(), FnInfoOpts::IsDelegateCall, ArgTypes, in EmitLambdaInAllocaImplFn()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp83 Required(FI.getRequiredArgs()), IsDelegateCall(FI.isDelegateCall()) {} in CCState()
90 bool IsDelegateCall = false; member
761 } else if (State.IsDelegateCall) { in classifyArgumentType()