Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3102 auto *DestructorFn = in emitDestructorsFunction() local
3105 CGM.SetInternalFunctionAttributes(GlobalDecl(), DestructorFn, in emitDestructorsFunction()
3107 DestructorFn->setDoesNotRecurse(); in emitDestructorsFunction()
3109 CGF.StartFunction(GlobalDecl(), KmpInt32Ty, DestructorFn, DestructorFnInfo, in emitDestructorsFunction()
3128 return DestructorFn; in emitDestructorsFunction()
3961 llvm::Value *DestructorFn = emitDestructorsFunction( in emitTaskInit() local
3968 DestructorFn, KmpRoutineEntryPtrTy), in emitTaskInit()