|
LLVM 22.0.0git
|
#include "llvm/Support/PrettyStackTrace.h"#include "llvm-c/ErrorHandling.h"#include "llvm/Config/config.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/SaveAndRestore.h"#include "llvm/Support/Signals.h"#include "llvm/Support/Watchdog.h"#include "llvm/Support/raw_ostream.h"#include <atomic>#include <cassert>#include <cstdarg>#include <cstdio>#include <cstring>#include <tuple>Go to the source code of this file.
Functions | |
| void | LLVMEnablePrettyStackTrace () |
| Enable LLVM's built-in stack trace code. | |
Variables | |
| static const char * | BugReportMsg |
Definition at line 40 of file PrettyStackTrace.cpp.
Referenced by llvm::getBugReportMsg(), and llvm::setBugReportMsg().