Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp1190 CGM.SetInternalFunctionAttributes(blockDecl, fn, fnInfo); in GenerateBlockFunction()
1356 CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in GenerateCopyHelperFunction()
1530 CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in GenerateDestroyHelperFunction()
1817 CGF.CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in generateByrefCopyHelper()
1891 CGF.CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in generateByrefDisposeHelper()
DCGOpenMPRuntimeNVPTX.cpp107 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, WorkerFn, *CGFI); in createWorkerFunction()
DCGDeclCXX.cpp271 SetInternalFunctionAttributes(nullptr, Fn, FI); in CreateGlobalInitOrDestructFunction()
DCGOpenMPRuntime.cpp758 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, Fn, FnInfo); in emitCombinerOrInitializer()
2182 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, Fn, CGFI); in emitCopyprivateCopyFunction()
3284 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, TaskEntry, TaskEntryFnInfo); in emitProxyTaskFunction()
3379 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, DestructorFn, in emitDestructorsFunction()
3466 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, TaskPrivatesMap, in emitTaskPrivateMappingFunction()
3625 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, TaskDup, TaskDupFnInfo); in emitTaskDupFunction()
4241 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, Fn, CGFI); in emitReductionFunction()
DCodeGenModule.h950 void SetInternalFunctionAttributes(const Decl *D, llvm::Function *F,
DCGObjC.cpp529 CGM.SetInternalFunctionAttributes(OMD, Fn, FI); in StartObjCMethod()
3215 CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in GenerateObjCAtomicSetterCopyHelperFunction()
3295 CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in GenerateObjCAtomicGetterCopyHelperFunction()
DCGStmt.cpp2221 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in GenerateCapturedStmtFunction()
DCodeGenModule.cpp964 void CodeGenModule::SetInternalFunctionAttributes(const Decl *D, in SetInternalFunctionAttributes() function in CodeGenModule
DCGStmtOpenMP.cpp254 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in GenerateOpenMPCapturedStmtFunction()