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

Go to the source code of this file.

Typedefs

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

Functions

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