Searched refs:IsThunk (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenModule.h | 1219 llvm::Function *F, bool IsThunk); 1255 bool AttrOnCallSite, bool IsThunk); 1559 bool DontDefer = false, bool IsThunk = false, 1589 bool IsIncompleteFunction, bool IsThunk);
|
H A D | CodeGenModule.cpp | 1737 llvm::Function *F, bool IsThunk) { in SetLLVMFunctionAttributes() argument 1741 /*AttrOnCallSite=*/false, IsThunk); in SetLLVMFunctionAttributes() 2408 bool IsThunk) { in SetFunctionAttributes() argument 2421 IsThunk); in SetFunctionAttributes() 2426 if (!IsThunk && getCXXABI().HasThisReturn(GD) && in SetFunctionAttributes() 4002 bool DontDefer, bool IsThunk, llvm::AttributeList ExtraAttrs, in GetOrCreateLLVMFunction() argument 4122 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
|
H A D | CGCall.cpp | 2132 bool AttrOnCallSite, bool IsThunk) { in ConstructAttributeList() argument 2399 if (!IsThunk) { in ConstructAttributeList() 2444 !FI.arg_begin()->type->isVoidPointerType() && !IsThunk) { in ConstructAttributeList()
|