Home
last modified time | relevance | path

Searched refs:describeFuzzerPointerOps (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOperations.h28 void describeFuzzerPointerOps(std::vector<fuzzerop::OpDescriptor> &Ops);
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp84 void llvm::describeFuzzerPointerOps(std::vector<fuzzerop::OpDescriptor> &Ops) { in describeFuzzerPointerOps() function in llvm
H A DIRMutator.cpp101 describeFuzzerPointerOps(Ops); in getDefaultOps()