Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3619 auto *DestructorFn = in emitDestructorsFunction() local
3622 CGM.SetInternalFunctionAttributes(GlobalDecl(), DestructorFn, in emitDestructorsFunction()
3624 DestructorFn->setDoesNotRecurse(); in emitDestructorsFunction()
3626 CGF.StartFunction(GlobalDecl(), KmpInt32Ty, DestructorFn, DestructorFnInfo, in emitDestructorsFunction()
3645 return DestructorFn; in emitDestructorsFunction()
4478 llvm::Value *DestructorFn = emitDestructorsFunction( in emitTaskInit() local
4485 DestructorFn, KmpRoutineEntryPtrTy), in emitTaskInit()