Searched refs:IsThunk (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.h | 1389 llvm::Function *F, bool IsThunk); 1428 bool AttrOnCallSite, bool IsThunk); 1832 bool DontDefer = false, bool IsThunk = false, 1861 bool IsIncompleteFunction, bool IsThunk);
|
| H A D | CGVTables.cpp | 775 const bool IsThunk = in addVTableComponent() local 791 if (IsThunk) in addVTableComponent() 841 } else if (IsThunk) { in addVTableComponent()
|
| H A D | CodeGenModule.cpp | 2360 llvm::Function *F, bool IsThunk) { in SetLLVMFunctionAttributes() argument 2364 /*AttrOnCallSite=*/false, IsThunk); in SetLLVMFunctionAttributes() 3064 bool IsThunk) { in SetFunctionAttributes() argument 3076 IsThunk); in SetFunctionAttributes() 3081 if (!IsThunk && getCXXABI().HasThisReturn(GD) && in SetFunctionAttributes() 4809 bool DontDefer, bool IsThunk, llvm::AttributeList ExtraAttrs, in GetOrCreateLLVMFunction() argument 4944 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
|
| H A D | CGCall.cpp | 2415 bool AttrOnCallSite, bool IsThunk) { in ConstructAttributeList() argument 2726 if (!IsThunk) { in ConstructAttributeList() 2773 !FI.arg_begin()->type->isVoidPointerType() && !IsThunk) { in ConstructAttributeList()
|