Searched defs:mutate (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| D | IRMutator.cpp | 35 void IRMutationStrategy::mutate(Module &M, RandomIRBuilder &IB) { in mutate() function in IRMutationStrategy 46 void IRMutationStrategy::mutate(Function &F, RandomIRBuilder &IB) { in mutate() function in IRMutationStrategy 50 void IRMutationStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { in mutate() function in IRMutationStrategy 79 void InjectorIRStrategy::mutate(Function &F, RandomIRBuilder &IB) { in mutate() function in InjectorIRStrategy 106 void InjectorIRStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { in mutate() function in InjectorIRStrategy 156 void InstDeleterIRStrategy::mutate(Function &F, RandomIRBuilder &IB) { in mutate() function in InstDeleterIRStrategy 175 void InstDeleterIRStrategy::mutate(Instruction &Inst, RandomIRBuilder &IB) { in mutate() function in InstDeleterIRStrategy 204 void InstModificationIRStrategy::mutate(Instruction &Inst, in mutate() function in InstModificationIRStrategy
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| D | IRMutator.h | 51 virtual void mutate(Instruction &I, RandomIRBuilder &IB) { in mutate() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | DebugInfoMetadata.h | 688 void mutate(unsigned Tag, unsigned Line, uint64_t SizeInBits, in mutate() function 1067 void mutate(unsigned Tag, unsigned Line, unsigned RuntimeLang, in mutate() function
|