Searched refs:getTerminateFn (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp308 return CGF.EmitNounwindRuntimeCall(CGF.CGM.getTerminateFn());
H A DCodeGenModule.h1374 llvm::FunctionCallee getTerminateFn();
H A DCGException.cpp51 llvm::FunctionCallee CodeGenModule::getTerminateFn() { function in class:CodeGenModule
H A DItaniumCXXABI.cpp4499 llvm::CallInst *termCall = builder.CreateCall(CGM.getTerminateFn());
4518 return CGF.EmitNounwindRuntimeCall(CGF.CGM.getTerminateFn());

Completed in 89 milliseconds