|
LLVM 22.0.0git
|
#include "llvm/Support/RandomNumberGenerator.h"#include "DebugOptions.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Debug.h"#include "llvm/Support/Error.h"#include "llvm/Support/ManagedStatic.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 ManagedStatic< cl::opt< uint64_t >, CreateSeed > | Seed |
| #define DEBUG_TYPE "rng" |
Definition at line 32 of file RandomNumberGenerator.cpp.
|
static |
Definition at line 42 of file RandomNumberGenerator.cpp.
Referenced by getCallStackHash(), llvm::initRandomSeedOptions(), llvm::IRMutator::mutateModule(), llvm::RandomIRBuilder::RandomIRBuilder(), and llvm::xxHash64().