Searched refs:emitTerminateForUnexpectedException (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCXXABI.cpp | 283 CGCXXABI::emitTerminateForUnexpectedException(CodeGenFunction &CGF, in emitTerminateForUnexpectedException() function in CGCXXABI
|
H A D | CGCXXABI.h | 247 emitTerminateForUnexpectedException(CodeGenFunction &CGF,
|
H A D | CGException.cpp | 1528 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 D | ItaniumCXXABI.cpp | 168 emitTerminateForUnexpectedException(CodeGenFunction &CGF, 519 emitTerminateForUnexpectedException(CodeGenFunction &CGF, 4696 ItaniumCXXABI::emitTerminateForUnexpectedException(CodeGenFunction &CGF, in emitTerminateForUnexpectedException() function in ItaniumCXXABI 4721 WebAssemblyCXXABI::emitTerminateForUnexpectedException(CodeGenFunction &CGF, in emitTerminateForUnexpectedException() function in WebAssemblyCXXABI 4729 return CGCXXABI::emitTerminateForUnexpectedException(CGF, Exn); in emitTerminateForUnexpectedException()
|