Searched refs:SetInternalFunctionAttributes (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1585 CGM.SetInternalFunctionAttributes(blockDecl, fn, fnInfo); in GenerateBlockFunction() 1985 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in setBlockHelperAttributesVisibility() 2487 CGF.CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in generateByrefCopyHelper() 2562 CGF.CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in generateByrefDisposeHelper()
|
| H A D | CGDeclCXX.cpp | 336 SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in CreateGlobalInitOrDestructFunction()
|
| H A D | CGOpenMPRuntime.cpp | 1274 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FnInfo); in emitCombinerOrInitializer() 3093 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitCopyprivateCopyFunction() 4390 CGM.SetInternalFunctionAttributes(GlobalDecl(), TaskEntry, TaskEntryFnInfo); in emitProxyTaskFunction() 4494 CGM.SetInternalFunctionAttributes(GlobalDecl(), DestructorFn, in emitDestructorsFunction() 4588 CGM.SetInternalFunctionAttributes(GlobalDecl(), TaskPrivatesMap, in emitTaskPrivateMappingFunction() 4780 CGM.SetInternalFunctionAttributes(GlobalDecl(), TaskDup, TaskDupFnInfo); in emitTaskDupFunction() 5434 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitReductionFunction() 5873 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FnInfo); in emitReduceInitFunction() 5950 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FnInfo); in emitReduceCombFunction() 6020 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FnInfo); in emitReduceFiniFunction()
|
| H A D | CGObjC.cpp | 625 CGM.SetInternalFunctionAttributes(OMD, Fn, FI); in StartObjCMethod() 3457 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in GenerateObjCAtomicSetterCopyHelperFunction() 3540 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, FI); in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | CodeGenModule.h | 1064 void SetInternalFunctionAttributes(GlobalDecl GD, llvm::Function *F,
|
| H A D | CGOpenMPRuntimeNVPTX.cpp | 693 CGM.SetInternalFunctionAttributes(GlobalDecl(), WorkerFn, CGFI); in createWorkerFunction() 3153 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitInterWarpCopyFunction() 3449 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitShuffleAndReduceFunction() 4093 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in createParallelDataSharingWrapper()
|
| H A D | CGStmt.cpp | 2314 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in GenerateCapturedStmtFunction()
|
| H A D | CodeGenModule.cpp | 1482 void CodeGenModule::SetInternalFunctionAttributes(GlobalDecl GD, in SetInternalFunctionAttributes() function in CodeGenModule
|
| H A D | CGStmtOpenMP.cpp | 455 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in emitOutlinedFunctionPrologue()
|