Searched refs:IsThunk (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.h | 1308 llvm::Function *F, bool IsThunk); 1347 bool AttrOnCallSite, bool IsThunk); 1684 bool DontDefer = false, bool IsThunk = false, 1713 bool IsIncompleteFunction, bool IsThunk);
|
H A D | CodeGenModule.cpp | 2162 llvm::Function *F, bool IsThunk) { in SetLLVMFunctionAttributes() argument 2166 /*AttrOnCallSite=*/false, IsThunk); in SetLLVMFunctionAttributes() 2834 bool IsThunk) { in SetFunctionAttributes() argument 2847 IsThunk); in SetFunctionAttributes() 2852 if (!IsThunk && getCXXABI().HasThisReturn(GD) && in SetFunctionAttributes() 4567 bool DontDefer, bool IsThunk, llvm::AttributeList ExtraAttrs, in GetOrCreateLLVMFunction() argument 4702 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
|
H A D | CGCall.cpp | 2312 bool AttrOnCallSite, bool IsThunk) { in ConstructAttributeList() argument 2591 if (!IsThunk) { in ConstructAttributeList() 2638 !FI.arg_begin()->type->isVoidPointerType() && !IsThunk) { in ConstructAttributeList()
|