LLVM 19.0.0git
Variables
OpDescriptor.cpp File Reference
#include "llvm/FuzzMutate/OpDescriptor.h"
#include "llvm/IR/Constants.h"
#include "llvm/Support/CommandLine.h"

Go to the source code of this file.

Variables

static cl::opt< boolUseUndef ("use-undef", cl::desc("Use undef when generating programs."), cl::init(false))
 

Variable Documentation

◆ UseUndef

cl::opt< bool > UseUndef("use-undef", cl::desc("Use undef when generating programs."), cl::init(false)) ( "use-undef"  ,
cl::desc("Use undef when generating programs.")  ,
cl::init(false)   
)
static