Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp283 CGCXXABI::emitTerminateForUnexpectedException(CodeGenFunction &CGF, in emitTerminateForUnexpectedException() function in CGCXXABI
H A DCGCXXABI.h247 emitTerminateForUnexpectedException(CodeGenFunction &CGF,
H A DCGException.cpp1528 CGM.getCXXABI().emitTerminateForUnexpectedException(*this, Exn); in getTerminateLandingPad()
1552 CGM.getCXXABI().emitTerminateForUnexpectedException(*this, Exn); in getTerminateHandler()
1588 CGM.getCXXABI().emitTerminateForUnexpectedException(*this, nullptr); in getTerminateFunclet()
H A DItaniumCXXABI.cpp168 emitTerminateForUnexpectedException(CodeGenFunction &CGF,
525 emitTerminateForUnexpectedException(CodeGenFunction &CGF,
4737 ItaniumCXXABI::emitTerminateForUnexpectedException(CodeGenFunction &CGF, in emitTerminateForUnexpectedException() function in ItaniumCXXABI
4762 WebAssemblyCXXABI::emitTerminateForUnexpectedException(CodeGenFunction &CGF, in emitTerminateForUnexpectedException() function in WebAssemblyCXXABI
4770 return CGCXXABI::emitTerminateForUnexpectedException(CGF, Exn); in emitTerminateForUnexpectedException()