Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2722 llvm::Value *NeedsDestruct = in unregisterGlobalDtorsWithUnAtExit() local
2731 CGF.Builder.CreateCondBr(NeedsDestruct, DestructCallBlock, EndBlock); in unregisterGlobalDtorsWithUnAtExit()
4908 llvm::Value *NeedsDestruct = CGF.Builder.CreateIsNull(V, "needs_destruct"); in emitCXXStermFinalizer() local
4915 CGF.Builder.CreateCondBr(NeedsDestruct, DestructCallBlock, EndBlock); in emitCXXStermFinalizer()