Searched refs:AttrOnCallSite (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1864 const LangOptions &LangOpts, bool AttrOnCallSite, in getTrivialDefaultFunctionAttributes() argument 1881 if (AttrOnCallSite) { in getTrivialDefaultFunctionAttributes() 2113 StringRef Name, bool HasOptnone, bool AttrOnCallSite, in getTrivialDefaultFunctionAttributes() argument 2116 getLangOpts(), AttrOnCallSite, in getTrivialDefaultFunctionAttributes() 2122 bool AttrOnCallSite, in getDefaultFunctionAttributes() argument 2124 getTrivialDefaultFunctionAttributes(Name, HasOptnone, AttrOnCallSite, in getDefaultFunctionAttributes() 2128 if (!AttrOnCallSite) in getDefaultFunctionAttributes() 2312 bool AttrOnCallSite, bool IsThunk) { in ConstructAttributeList() argument 2369 if (AttrOnCallSite && Fn->isReplaceableGlobalAllocationFunction()) { in ConstructAttributeList() 2380 if (!(AttrOnCallSite && IsVirtualCall)) { in ConstructAttributeList() [all …]
|
H A D | CodeGenModule.h | 1347 bool AttrOnCallSite, bool IsThunk); 1858 bool AttrOnCallSite, 1865 bool AttrOnCallSite,
|