Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp1188 CGM.SetInternalFunctionAttributes(blockDecl, fn, fnInfo); in GenerateBlockFunction()
1354 CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in GenerateCopyHelperFunction()
1528 CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in GenerateDestroyHelperFunction()
1815 CGF.CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in generateByrefCopyHelper()
1889 CGF.CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in generateByrefDisposeHelper()
DCGDeclCXX.cpp263 SetInternalFunctionAttributes(nullptr, Fn, FI); in CreateGlobalInitOrDestructFunction()
DCGOpenMPRuntime.cpp1526 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, Fn, CGFI); in emitCopyprivateCopyFunction()
2104 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, TaskEntry, TaskEntryFnInfo); in emitProxyTaskFunction()
2171 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, DestructorFn, in emitDestructorsFunction()
2248 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, TaskPrivatesMap, in emitTaskPrivateMappingFunction()
2752 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, Fn, CGFI); in emitReductionFunction()
DCGObjC.cpp529 CGM.SetInternalFunctionAttributes(OMD, Fn, FI); in StartObjCMethod()
2948 CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in GenerateObjCAtomicSetterCopyHelperFunction()
3028 CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in GenerateObjCAtomicGetterCopyHelperFunction()
DCodeGenModule.h941 void SetInternalFunctionAttributes(const Decl *D, llvm::Function *F,
DCGStmt.cpp2157 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in GenerateCapturedStmtFunction()
DCGStmtOpenMP.cpp130 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in GenerateOpenMPCapturedStmtFunction()
DCodeGenModule.cpp919 void CodeGenModule::SetInternalFunctionAttributes(const Decl *D, in SetInternalFunctionAttributes() function in CodeGenModule