Home
last modified time | relevance | path

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

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