Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h1152 bool IsThunk = false,
1165 bool IsIncompleteFunction, bool IsThunk);
DCodeGenModule.cpp1033 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/
DCodeGenModule.h1422 bool DontDefer = false, bool IsThunk = false,
1443 bool IsIncompleteFunction, bool IsThunk);
DCodeGenModule.cpp1974 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()