LLVM
15.0.0git
|
Entry point for configuring and running IR mutations. More...
#include "llvm/FuzzMutate/IRMutator.h"
Public Member Functions | |
IRMutator (std::vector< TypeGetter > &&AllowedTypes, std::vector< std::unique_ptr< IRMutationStrategy >> &&Strategies) | |
void | mutateModule (Module &M, int Seed, size_t CurSize, size_t MaxSize) |
Entry point for configuring and running IR mutations.
Definition at line 63 of file IRMutator.h.
|
inline |
Definition at line 68 of file IRMutator.h.
Definition at line 59 of file IRMutator.cpp.
References M, llvm::RandomIRBuilder::Rand, and Seed.