Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp323 CGCXXABI::emitTerminateForUnexpectedException(CodeGenFunction &CGF, in emitTerminateForUnexpectedException() function in CGCXXABI
H A DCGCXXABI.h273 emitTerminateForUnexpectedException(CodeGenFunction &CGF,
H A DCGException.cpp1556 CGM.getCXXABI().emitTerminateForUnexpectedException(*this, Exn); in getTerminateLandingPad()
1580 CGM.getCXXABI().emitTerminateForUnexpectedException(*this, Exn); in getTerminateHandler()
1615 CGM.getCXXABI().emitTerminateForUnexpectedException(*this, nullptr); in getTerminateFunclet()
H A DItaniumCXXABI.cpp170 emitTerminateForUnexpectedException(CodeGenFunction &CGF,
523 emitTerminateForUnexpectedException(CodeGenFunction &CGF,
4808 ItaniumCXXABI::emitTerminateForUnexpectedException(CodeGenFunction &CGF, in emitTerminateForUnexpectedException() function in ItaniumCXXABI
4833 WebAssemblyCXXABI::emitTerminateForUnexpectedException(CodeGenFunction &CGF, in emitTerminateForUnexpectedException() function in WebAssemblyCXXABI
4841 return CGCXXABI::emitTerminateForUnexpectedException(CGF, Exn); in emitTerminateForUnexpectedException()