Searched refs:DestructorFn (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3376 auto *DestructorFn = in emitDestructorsFunction() local 3379 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, DestructorFn, in emitDestructorsFunction() 3383 CGF.StartFunction(GlobalDecl(), KmpInt32Ty, DestructorFn, DestructorFnInfo, in emitDestructorsFunction() 3401 return DestructorFn; in emitDestructorsFunction() 3840 llvm::Value *DestructorFn = emitDestructorsFunction( in emitTaskInit() local 3847 DestructorFn, KmpRoutineEntryPtrTy), in emitTaskInit()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3638 auto *DestructorFn = in emitDestructorsFunction() local 3641 CGM.SetInternalFunctionAttributes(GlobalDecl(), DestructorFn, in emitDestructorsFunction() 3643 DestructorFn->setDoesNotRecurse(); in emitDestructorsFunction() 3645 CGF.StartFunction(GlobalDecl(), KmpInt32Ty, DestructorFn, DestructorFnInfo, in emitDestructorsFunction() 3664 return DestructorFn; in emitDestructorsFunction() 4503 llvm::Value *DestructorFn = emitDestructorsFunction( in emitTaskInit() local 4510 DestructorFn, KmpRoutineEntryPtrTy), in emitTaskInit()
|