Searched refs:SetInternalFunctionAttributes (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1190 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()
|
D | CGOpenMPRuntimeNVPTX.cpp | 107 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, WorkerFn, *CGFI); in createWorkerFunction()
|
D | CGDeclCXX.cpp | 271 SetInternalFunctionAttributes(nullptr, Fn, FI); in CreateGlobalInitOrDestructFunction()
|
D | CGOpenMPRuntime.cpp | 758 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()
|
D | CodeGenModule.h | 950 void SetInternalFunctionAttributes(const Decl *D, llvm::Function *F,
|
D | CGObjC.cpp | 529 CGM.SetInternalFunctionAttributes(OMD, Fn, FI); in StartObjCMethod() 3215 CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in GenerateObjCAtomicSetterCopyHelperFunction() 3295 CGM.SetInternalFunctionAttributes(nullptr, Fn, FI); in GenerateObjCAtomicGetterCopyHelperFunction()
|
D | CGStmt.cpp | 2221 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in GenerateCapturedStmtFunction()
|
D | CodeGenModule.cpp | 964 void CodeGenModule::SetInternalFunctionAttributes(const Decl *D, in SetInternalFunctionAttributes() function in CodeGenModule
|
D | CGStmtOpenMP.cpp | 254 CGM.SetInternalFunctionAttributes(CD, F, FuncInfo); in GenerateOpenMPCapturedStmtFunction()
|