Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCXXABI.cpp330 return CGF.EmitNounwindRuntimeCall(CGF.CGM.getTerminateFn()); in emitTerminateForUnexpectedException()
H A DCodeGenModule.h1480 llvm::FunctionCallee getTerminateFn();
H A DCGException.cpp63 llvm::FunctionCallee CodeGenModule::getTerminateFn() { in getTerminateFn() function in CodeGenModule
H A DItaniumCXXABI.cpp4689 llvm::CallInst *termCall = builder.CreateCall(CGM.getTerminateFn()); in getClangCallTerminateFn()
4708 return CGF.EmitNounwindRuntimeCall(CGF.CGM.getTerminateFn()); in emitTerminateForUnexpectedException()