Searched refs:IsThunk (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenModule.h | 1167 llvm::Function *F, bool IsThunk); 1203 bool AttrOnCallSite, bool IsThunk); 1471 bool DontDefer = false, bool IsThunk = false, 1491 bool IsIncompleteFunction, bool IsThunk);
|
| H A D | CodeGenModule.cpp | 1482 llvm::Function *F, bool IsThunk) { in SetLLVMFunctionAttributes() argument 1486 /*AttrOnCallSite=*/false, IsThunk); in SetLLVMFunctionAttributes() 2067 bool IsThunk) { in SetFunctionAttributes() argument 2080 IsThunk); in SetFunctionAttributes() 2085 if (!IsThunk && getCXXABI().HasThisReturn(GD) && in SetFunctionAttributes() 3466 bool DontDefer, bool IsThunk, llvm::AttributeList ExtraAttrs, in GetOrCreateLLVMFunction() argument 3585 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
|
| H A D | CGCall.cpp | 1990 bool AttrOnCallSite, bool IsThunk) { in ConstructAttributeList() argument 2281 if (!IsThunk) { in ConstructAttributeList() 2326 !FI.arg_begin()->type->isVoidPointerType() && !IsThunk) { in ConstructAttributeList()
|