LLVM  3.7.0
Namespaces | Functions
FuzzerUtil.cpp File Reference
#include "FuzzerInternal.h"
#include <sstream>
#include <iomanip>
#include <sys/time.h>
#include <cassert>
#include <cstring>
#include <signal.h>
#include <unistd.h>
Include dependency graph for FuzzerUtil.cpp:

Go to the source code of this file.

Namespaces

 fuzzer
 

Functions

void fuzzer::Print (const Unit &U, const char *PrintAfter="")
 
void fuzzer::PrintASCII (const Unit &U, const char *PrintAfter="")
 
std::string fuzzer::Hash (const Unit &U)
 
static void fuzzer::AlarmHandler (int, siginfo_t *, void *)
 
void fuzzer::SetTimer (int Seconds)
 
int fuzzer::NumberOfCpuCores ()
 
void fuzzer::ExecuteCommand (const std::string &Command)