Home
last modified time | relevance | path

Searched refs:SetLLVMFunctionAttributes (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp1374 CGM.SetLLVMFunctionAttributes(/*D=*/nullptr, CGFI, Fn); in emitCopyprivateCopyFunction()
1914 CGM.SetLLVMFunctionAttributes(/*D=*/nullptr, TaskEntryFnInfo, TaskEntry); in emitProxyTaskFunction()
1983 CGM.SetLLVMFunctionAttributes(/*D=*/nullptr, DestructorFnInfo, DestructorFn); in emitDestructorsFunction()
2061 CGM.SetLLVMFunctionAttributes(/*D=*/nullptr, TaskPrivatesMapFnInfo, in emitTaskPrivateMappingFunction()
2461 CGM.SetLLVMFunctionAttributes(/*D=*/nullptr, CGFI, Fn); in emitReductionFunction()
HDCGDeclCXX.cpp262 SetLLVMFunctionAttributes(nullptr, getTypes().arrangeNullaryFunction(), Fn); in CreateGlobalInitOrDestructFunction()
HDCodeGenModule.h976 void SetLLVMFunctionAttributes(const Decl *D,
HDCodeGenModule.cpp700 void CodeGenModule::SetLLVMFunctionAttributes(const Decl *D, in SetLLVMFunctionAttributes() function in CodeGenModule
842 SetLLVMFunctionAttributes(D, FI, F); in SetInternalFunctionAttributes()
888 SetLLVMFunctionAttributes(FD, getTypes().arrangeGlobalDeclaration(GD), F); in SetFunctionAttributes()
HDCGException.cpp1571 CGM.SetLLVMFunctionAttributes(nullptr, FnInfo, CurFn); in startOutlinedSEHHelper()
HDMicrosoftCXXABI.cpp1855 CGM.SetLLVMFunctionAttributes(MD, FnInfo, ThunkFn); in EmitVirtualMemPtrThunk()