#include "ExternalDispatcher.h"
#include "klee/Config/Version.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/ExecutionEngine/GenericValue.h"
#include "llvm/ExecutionEngine/MCJIT.h"
#include "llvm/Support/DynamicLibrary.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/TargetSelect.h"
#include <csetjmp>
#include <csignal>
Go to the source code of this file.
◆ sigsegv_handler()
static void sigsegv_handler |
( |
int |
signal, |
|
|
siginfo_t * |
info, |
|
|
void * |
context |
|
) |
| |
|
static |
◆ escapeCallJmpBuf
sigjmp_buf escapeCallJmpBuf |
|
static |