Searched refs:GetGenerator (Results 1 – 4 of 4) sorted by relevance
39 if (auto generator = r.GetGenerator()) { in DoExecute()71 if (auto generator = r.GetGenerator()) { in DoExecute()
65 const Generator *Reproducer::GetGenerator() const { in GetGenerator() function in Reproducer79 Generator *Reproducer::GetGenerator() { in GetGenerator() function in Reproducer131 if (auto g = GetGenerator()) in GetReproducerPath()
177 Generator *GetGenerator();180 const Generator *GetGenerator() const;
307 if (repro::Generator *g = repro::Reproducer::Instance().GetGenerator()) { in ProcessGDBRemote()