Lines Matching defs:afl_base_pass
72 struct afl_base_pass : gimple_opt_pass { struct
74 afl_base_pass(bool quiet, bool debug, struct pass_data const &pd) in afl_base_pass() argument
83 const bool be_quiet;
86 const bool debug;
90 std::list<std::string> allowListFiles;
91 std::list<std::string> allowListFunctions;
92 std::list<std::string> denyListFiles;
93 std::list<std::string> denyListFunctions;
96 bool isIgnoreFunction(function *F) { in isIgnoreFunction()
142 void initInstrumentList() { in initInstrumentList()
314 std::string getSourceName(function *F) { in getSourceName()
320 bool isInInstrumentList(function *F) { in isInInstrumentList()