Home
last modified time | relevance | path

Searched refs:IRMutator (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h63 class IRMutator {
68 IRMutator(std::vector<TypeGetter> &&AllowedTypes, in IRMutator() function
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp60 size_t llvm::IRMutator::getModuleSize(const Module &M) { in getModuleSize()
64 void IRMutator::mutateModule(Module &M, int Seed, size_t MaxSize) { in mutateModule()
70 size_t CurSize = IRMutator::getModuleSize(M); in mutateModule()