Searched refs:IsThunk (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenModule.h | 1152 bool IsThunk = false, 1165 bool IsIncompleteFunction, bool IsThunk);
|
D | CodeGenModule.cpp | 1033 bool IsThunk) { in SetFunctionAttributes() argument 1049 if (!IsThunk && getCXXABI().HasThisReturn(GD) && in SetFunctionAttributes() 1824 bool DontDefer, bool IsThunk, in GetOrCreateLLVMFunction() argument 1915 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenModule.h | 1422 bool DontDefer = false, bool IsThunk = false, 1443 bool IsIncompleteFunction, bool IsThunk);
|
D | CodeGenModule.cpp | 1974 bool IsThunk) { in SetFunctionAttributes() argument 1991 if (!IsThunk && getCXXABI().HasThisReturn(GD) && in SetFunctionAttributes() 3318 bool DontDefer, bool IsThunk, llvm::AttributeList ExtraAttrs, in GetOrCreateLLVMFunction() argument 3437 SetFunctionAttributes(GD, F, IsIncompleteFunction, IsThunk); in GetOrCreateLLVMFunction()
|