struct OpDescriptor
Declaration
struct OpDescriptor { /* full declaration omitted */ };
Description
A description of some operation we can build while fuzzing IR.
Declared at: llvm/include/llvm/FuzzMutate/OpDescriptor.h:89
Member Variables
- public unsigned int Weight
- public SmallVector<llvm::fuzzerop::SourcePred, 2> SourcePreds
- public std::function<Value*(ArrayRef<Value*>, Instruction*)> BuilderFunc