Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3683 auto *DestructorFn = in emitDestructorsFunction() local
3686 CGM.SetInternalFunctionAttributes(GlobalDecl(), DestructorFn, in emitDestructorsFunction()
3688 DestructorFn->setDoesNotRecurse(); in emitDestructorsFunction()
3690 CGF.StartFunction(GlobalDecl(), KmpInt32Ty, DestructorFn, DestructorFnInfo, in emitDestructorsFunction()
3709 return DestructorFn; in emitDestructorsFunction()
4548 llvm::Value *DestructorFn = emitDestructorsFunction( in emitTaskInit() local
4555 DestructorFn, KmpRoutineEntryPtrTy), in emitTaskInit()