Home
last modified time | relevance | path

Searched refs:IsThunk (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1229 llvm::Function *F, bool IsThunk);
1268 bool AttrOnCallSite, bool IsThunk);
1590 bool DontDefer = false, bool IsThunk = false,
1616 bool IsIncompleteFunction, bool IsThunk);
H A DCodeGenModule.cpp2136 llvm::Function *F, bool IsThunk) { in SetLLVMFunctionAttributes() argument
2140 /*AttrOnCallSite=*/false, IsThunk); in SetLLVMFunctionAttributes()
2800 bool IsThunk) { in SetFunctionAttributes() argument
2813 IsThunk); in SetFunctionAttributes()
2818 if (!IsThunk && getCXXABI().HasThisReturn(GD) && in SetFunctionAttributes()
4470 bool DontDefer, bool IsThunk, llvm::AttributeList ExtraAttrs, in GetOrCreateLLVMFunction() argument
4592 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
H A DCGCall.cpp2330 bool AttrOnCallSite, bool IsThunk) { in ConstructAttributeList() argument
2609 if (!IsThunk) { in ConstructAttributeList()
2656 !FI.arg_begin()->type->isVoidPointerType() && !IsThunk) { in ConstructAttributeList()