Searched refs:IsThunk (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenModule.h | 1204 llvm::Function *F, bool IsThunk); 1240 bool AttrOnCallSite, bool IsThunk); 1531 bool DontDefer = false, bool IsThunk = false, 1561 bool IsIncompleteFunction, bool IsThunk);
|
| H A D | CodeGenModule.cpp | 1671 llvm::Function *F, bool IsThunk) { in SetLLVMFunctionAttributes() argument 1675 /*AttrOnCallSite=*/false, IsThunk); in SetLLVMFunctionAttributes() 2285 bool IsThunk) { in SetFunctionAttributes() argument 2298 IsThunk); in SetFunctionAttributes() 2303 if (!IsThunk && getCXXABI().HasThisReturn(GD) && in SetFunctionAttributes() 3850 bool DontDefer, bool IsThunk, llvm::AttributeList ExtraAttrs, in GetOrCreateLLVMFunction() argument 3969 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
|
| H A D | CGCall.cpp | 2071 bool AttrOnCallSite, bool IsThunk) { in ConstructAttributeList() argument 2346 if (!IsThunk) { in ConstructAttributeList() 2391 !FI.arg_begin()->type->isVoidPointerType() && !IsThunk) { in ConstructAttributeList()
|