parent
35e387773c
commit
67aa5b12c1
@ -81,8 +81,8 @@ typedef uint32_t prev_loc_t;
|
|||||||
|
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
static cl::opt<bool> Debug("debug", cl::desc("Debug prints"), cl::init(false),
|
static cl::opt<bool> Debug("debug-afl-coverage", cl::desc("Debug prints"),
|
||||||
cl::NotHidden);
|
cl::init(false), cl::NotHidden);
|
||||||
static cl::opt<uint32_t> InstRatio(
|
static cl::opt<uint32_t> InstRatio(
|
||||||
"inst_ratio", cl::desc("Instrumentation ratio in percentage"),
|
"inst_ratio", cl::desc("Instrumentation ratio in percentage"),
|
||||||
cl::init(100), cl::NotHidden);
|
cl::init(100), cl::NotHidden);
|
||||||
|
@ -148,8 +148,9 @@ enum AccountingGranularity {
|
|||||||
UKNOWN_GRAN
|
UKNOWN_GRAN
|
||||||
};
|
};
|
||||||
|
|
||||||
static cl::opt<bool> Debug("debug", cl::desc("Debug prints"), cl::init(false),
|
static cl::opt<bool> Debug("debug-coverage-accounting",
|
||||||
cl::NotHidden);
|
cl::desc("Debug prints"), cl::init(false),
|
||||||
|
cl::NotHidden);
|
||||||
static cl::opt<std::string> GranularityStr(
|
static cl::opt<std::string> GranularityStr(
|
||||||
"granularity", cl::desc("Granularity of accounting (BB, FUNC)"),
|
"granularity", cl::desc("Granularity of accounting (BB, FUNC)"),
|
||||||
cl::init(std::string("BB")), cl::NotHidden);
|
cl::init(std::string("BB")), cl::NotHidden);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user