Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2864 llvm::Constant *dtorCallee = cast<llvm::Constant>(dtor.getCallee()); in emitGlobalDtorWithCXAAtExit() local
2865 dtorCallee = CGF.CGM.getFunctionPointer(dtorCallee, fnType); in emitGlobalDtorWithCXAAtExit()
2874 llvm::Value *args[] = {dtorCallee, addr, handle}; in emitGlobalDtorWithCXAAtExit()