LLVM
8.0.1
|
#include "llvm/Support/RandomNumberGenerator.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "Unix/Unix.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "rng" |
Variables | |
static cl::opt< unsigned long long > | Seed ("rng-seed", cl::value_desc("seed"), cl::Hidden, cl::desc("Seed for the random number generator"), cl::init(0)) |
#define DEBUG_TYPE "rng" |
Definition at line 28 of file RandomNumberGenerator.cpp.
|
static |
Referenced by llvm::IRMutator::IRMutator(), and llvm::xxHash64().