Searched refs:GetReproducerPath (Results 1 – 10 of 10) sorted by relevance
194 if (llvm::Error e = repro::Finalize(r.GetReproducerPath())) { in DoExecute()208 << "Reproducer written to '" << r.GetReproducerPath() << "'\n"; in DoExecute()337 << "Path: " << r.GetReproducerPath().GetPath() << '\n'; in DoExecute()
309 if (FileSpec reproducer_path = Reproducer::Instance().GetReproducerPath()) in GetPath()310 path = ConstString(r.GetReproducerPath().GetCString()); in GetPath()
1392 const char *SBDebugger::GetReproducerPath() const { in GetReproducerPath() function in SBDebugger1393 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBDebugger, GetReproducerPath); in GetReproducerPath()1396 ? ConstString(m_opaque_sp->GetReproducerPath()).GetCString() in GetReproducerPath()1853 LLDB_REGISTER_METHOD_CONST(const char *, SBDebugger, GetReproducerPath, ()); in RegisterMethods()
212 FileSpec GetReproducerPath() const;
435 GetReproducerPath() const;
299 const char *GetReproducerPath() const;
312 llvm::StringRef GetReproducerPath() const;
139 FileSpec Reproducer::GetReproducerPath() const { in GetReproducerPath() function in Reproducer
291 llvm::StringRef Debugger::GetReproducerPath() const { in GetReproducerPath() function in Debugger293 return r.GetReproducerPath().GetCString(); in GetReproducerPath()
19993 result = (char *)((lldb::SBDebugger const *)arg1)->GetReproducerPath(); in _wrap_SBDebugger_GetReproducerPath()