LLVM API Documentation
#include "llvm/Support/ErrorHandling.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/Twine.h"#include "llvm/Config/config.h"#include "llvm/Support/Debug.h"#include "llvm/Support/Signals.h"#include "llvm/Support/Threading.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <cstdlib>#include <unistd.h>
Go to the source code of this file.
Variables | |
| static fatal_error_handler_t | ErrorHandler = 0 |
| static void * | ErrorHandlerUserData = 0 |
fatal_error_handler_t ErrorHandler = 0 [static] |
Definition at line 36 of file ErrorHandling.cpp.
Referenced by llvm::install_fatal_error_handler(), llvm::remove_fatal_error_handler(), and llvm::report_fatal_error().
void* ErrorHandlerUserData = 0 [static] |
Definition at line 37 of file ErrorHandling.cpp.
Referenced by llvm::install_fatal_error_handler(), and llvm::report_fatal_error().