Lines Matching defs:EF
191 const ExternalFunctions *EF) {
203 if (EF->LLVMFuzzerCustomMutator) {
206 "Disabling -len_control by default.\n", EF->LLVMFuzzerCustomMutator);
649 EF = new ExternalFunctions();
650 if (EF->LLVMFuzzerInitialize)
651 EF->LLVMFuzzerInitialize(argc, argv);
652 if (EF->__msan_scoped_disable_interceptor_checks)
653 EF->__msan_scoped_disable_interceptor_checks();
661 ParseFlags(Args, EF);
932 ExternalFunctions *EF = nullptr;