LLVM 19.0.0git
Typedefs | Functions
ErrorHandling.h File Reference
#include "llvm-c/ExternC.h"

Go to the source code of this file.

Typedefs

typedef void(* LLVMFatalErrorHandler) (const char *Reason)
 

Functions

void LLVMInstallFatalErrorHandler (LLVMFatalErrorHandler Handler)
 Install a fatal error handler.
 
void LLVMResetFatalErrorHandler (void)
 Reset the fatal error handler.
 
void LLVMEnablePrettyStackTrace (void)
 Enable LLVM's built-in stack trace code.