Searched refs:GetOpenedIfaces (Results 1 – 2 of 2) sorted by relevance
97 for (const auto &iface_desc : runner->GetOpenedIfaces()) { in AtExit()138 mutator->RandomGen(runner->GetOpenedIfaces(), params.exec_size_); in LLVMFuzzerCustomMutator()140 mutator->Mutate(runner->GetOpenedIfaces(), &exec_spec); in LLVMFuzzerCustomMutator()160 mutator->RandomGen(runner->GetOpenedIfaces(), params.exec_size_); in LLVMFuzzerCustomCrossOver()167 mutator->RandomGen(runner->GetOpenedIfaces(), params.exec_size_); in LLVMFuzzerCustomCrossOver()
54 const IfaceDescTbl &GetOpenedIfaces() const { return opened_ifaces_; } in GetOpenedIfaces() function