Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2905 llvm::FunctionType *dtorFuncTy = llvm::FunctionType::get(CGF.VoidTy, false); in unregisterGlobalDtorsWithUnAtExit() local
2931 llvm::CallInst *CI = CGF.Builder.CreateCall(dtorFuncTy, Dtor); in unregisterGlobalDtorsWithUnAtExit()