Home
last modified time | relevance | path

Searched refs:SetInternalFunctionAttributes (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1483 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 DCGDeclCXX.cpp455 SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in CreateGlobalInitOrCleanUpFunction()
H A DCGOpenMPRuntime.cpp1098 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 DCGObjC.cpp768 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 DCodeGenModule.h1303 void SetInternalFunctionAttributes(GlobalDecl GD, llvm::Function *F,
H A DCGException.cpp2069 CGM.SetInternalFunctionAttributes(GlobalDecl(), CurFn, FnInfo); in startOutlinedSEHHelper()
H A DCGOpenMPRuntimeGPU.cpp1886 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in createParallelDataSharingWrapper()
H A DCGStmt.cpp3168 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in GenerateCapturedStmtFunction()
H A DCGClass.cpp3141 CGM.SetInternalFunctionAttributes(CallOp, Fn, **ImplFnInfo); in EmitLambdaInAllocaImplFn()
H A DCodeGenModule.cpp2740 void CodeGenModule::SetInternalFunctionAttributes(GlobalDecl GD, in SetInternalFunctionAttributes() function in CodeGenModule
H A DCGStmtOpenMP.cpp549 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in emitOutlinedFunctionPrologue()