Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/FuzzMutate/
H A DOperations.h29 void describeFuzzerPointerOps(std::vector<fuzzerop::OpDescriptor> &Ops);
/freebsd-12.1/contrib/llvm/lib/FuzzMutate/
H A DIRMutator.cpp90 describeFuzzerPointerOps(Ops); in getDefaultOps()
H A DOperations.cpp76 void llvm::describeFuzzerPointerOps(std::vector<fuzzerop::OpDescriptor> &Ops) { in describeFuzzerPointerOps() function in llvm