Home
last modified time | relevance | path

Searched refs:GetGenerator (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectReproducer.cpp39 if (auto generator = r.GetGenerator()) { in DoExecute()
71 if (auto generator = r.GetGenerator()) { in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DReproducer.cpp65 const Generator *Reproducer::GetGenerator() const { in GetGenerator() function in Reproducer
79 Generator *Reproducer::GetGenerator() { in GetGenerator() function in Reproducer
131 if (auto g = GetGenerator()) in GetReproducerPath()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DReproducer.h177 Generator *GetGenerator();
180 const Generator *GetGenerator() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp307 if (repro::Generator *g = repro::Reproducer::Instance().GetGenerator()) { in ProcessGDBRemote()