|
LLVM
3.7.0
|
#include <string>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::sys | |
Functions | |
| void | llvm::sys::RunInterruptHandlers () |
| This function runs all the registered interrupt handlers, including the removal of files registered by RemoveFileOnSignal. More... | |
| bool | llvm::sys::RemoveFileOnSignal (StringRef Filename, std::string *ErrMsg=nullptr) |
| This function registers signal handlers to ensure that if a signal gets delivered that the named file is removed. More... | |
| void | llvm::sys::DontRemoveFileOnSignal (StringRef Filename) |
| This function removes a file from the list of files to be removed on signal delivery. More... | |
| void | llvm::sys::PrintStackTraceOnErrorSignal (bool DisableCrashReporting=false) |
| When an error signal (such as SIBABRT or SIGSEGV) is delivered to the process, print a stack trace and then exit. More... | |
| void | llvm::sys::DisableSystemDialogsOnCrash () |
| Disable all system dialog boxes that appear when the process crashes. More... | |
| void | llvm::sys::PrintStackTrace (raw_ostream &OS) |
Print the stack trace using the given raw_ostream object. More... | |
| void | llvm::sys::AddSignalHandler (void(*FnPtr)(void *), void *Cookie) |
| AddSignalHandler - Add a function to be called when an abort/kill signal is delivered to the process. More... | |
| void | llvm::sys::SetInterruptFunction (void(*IF)()) |
| This function registers a function to be called when the user "interrupts" the program (typically by pressing ctrl-c). More... | |
1.8.6