LLVM 20.0.0git
|
#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. | |