Searched defs:mutate (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h54 virtual void mutate(Instruction &I, RandomIRBuilder &IB) { function in class:llvm::IRMutationStrategy
[all...]
/openbsd-current/gnu/llvm/llvm/lib/FuzzMutate/
H A DIRMutator.cpp44 void IRMutationStrategy::mutate(Module &M, RandomIRBuilder &IB) { function in class:IRMutationStrategy
56 void IRMutationStrategy::mutate(Function &F, RandomIRBuilder &IB) { function in class:IRMutationStrategy
60 void IRMutationStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { function in class:IRMutationStrategy
89 void InjectorIRStrategy::mutate(Function &F, RandomIRBuilder &IB) { function in class:InjectorIRStrategy
116 void InjectorIRStrategy::mutate(BasicBloc function in class:InjectorIRStrategy
166 void InstDeleterIRStrategy::mutate(Function &F, RandomIRBuilder &IB) { function in class:InstDeleterIRStrategy
185 void InstDeleterIRStrategy::mutate(Instruction &Inst, RandomIRBuilder &IB) { function in class:InstDeleterIRStrategy
214 void InstModificationIRStrategy::mutate(Instruction &Inst, function in class:InstModificationIRStrategy
352 void InsertCFGStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { function in class:InsertCFGStrategy
470 void InsertPHIStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { function in class:InsertPHIStrategy
499 void SinkInstructionStrategy::mutate(Function &F, RandomIRBuilder &IB) { function in class:SinkInstructionStrategy
504 void SinkInstructionStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { function in class:SinkInstructionStrategy
522 void ShuffleBlockStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { function in class:ShuffleBlockStrategy
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h723 void mutate(unsigned Tag, unsigned Line, uint64_t SizeInBits, function in class:llvm::DIType
1099 void mutate(unsigned Tag, unsigned Line, unsigned RuntimeLang, function in class:llvm::DICompositeType

Completed in 180 milliseconds