Searched refs:SetInternalFunctionAttributes (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1483 CGM.SetInternalFunctionAttributes(blockDecl, fn, fnInfo); in GenerateBlockFunction() 1862 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in setBlockHelperAttributesVisibility() 2344 CGF.CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in generateByrefCopyHelper() 2409 CGF.CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in generateByrefDisposeHelper()
|
| H A D | CGDeclCXX.cpp | 455 SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in CreateGlobalInitOrCleanUpFunction()
|
| H A D | CGOpenMPRuntime.cpp | 1098 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FnInfo); in emitCombinerOrInitializer() 2166 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitCopyprivateCopyFunction() 3016 CGM.SetInternalFunctionAttributes(GlobalDecl(), TaskEntry, TaskEntryFnInfo); in emitProxyTaskFunction() 3120 CGM.SetInternalFunctionAttributes(GlobalDecl(), DestructorFn, in emitDestructorsFunction() 3224 CGM.SetInternalFunctionAttributes(GlobalDecl(), TaskPrivatesMap, in emitTaskPrivateMappingFunction() 3429 CGM.SetInternalFunctionAttributes(GlobalDecl(), TaskDup, TaskDupFnInfo); in emitTaskDupFunction() 4840 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitReductionFunction() 5279 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FnInfo); in emitReduceInitFunction() 5350 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FnInfo); in emitReduceCombFunction() 5419 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FnInfo); in emitReduceFiniFunction() [all …]
|
| H A D | CGObjC.cpp | 768 CGM.SetInternalFunctionAttributes(OMD, Fn, FI); in StartObjCMethod() 3759 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in GenerateObjCAtomicSetterCopyHelperFunction() 3856 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | CodeGenModule.h | 1303 void SetInternalFunctionAttributes(GlobalDecl GD, llvm::Function *F,
|
| H A D | CGException.cpp | 2069 CGM.SetInternalFunctionAttributes(GlobalDecl(), CurFn, FnInfo); in startOutlinedSEHHelper()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1886 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in createParallelDataSharingWrapper()
|
| H A D | CGStmt.cpp | 3168 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in GenerateCapturedStmtFunction()
|
| H A D | CGClass.cpp | 3141 CGM.SetInternalFunctionAttributes(CallOp, Fn, **ImplFnInfo); in EmitLambdaInAllocaImplFn()
|
| H A D | CodeGenModule.cpp | 2740 void CodeGenModule::SetInternalFunctionAttributes(GlobalDecl GD, in SetInternalFunctionAttributes() function in CodeGenModule
|
| H A D | CGStmtOpenMP.cpp | 549 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in emitOutlinedFunctionPrologue()
|