Home
last modified time | relevance | path

Searched refs:GetReproducerPath (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBReproducer.cpp140 if (FileSpec reproducer_path = Reproducer::Instance().GetReproducerPath()) in GetPath()
141 path = ConstString(r.GetReproducerPath().GetCString()); in GetPath()
H A DSBDebugger.cpp1365 const char *SBDebugger::GetReproducerPath() const { in GetReproducerPath() function in SBDebugger
1369 ? ConstString(m_opaque_sp->GetReproducerPath()).GetCString() in GetReproducerPath()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectReproducer.cpp109 << "Reproducer written to '" << r.GetReproducerPath() << "'\n"; in DoExecute()
219 << "Path: " << r.GetReproducerPath().GetPath() << '\n'; in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DReproducer.h207 FileSpec GetReproducerPath() const;
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DReproducerTest.cpp97 reproducer.GetReproducerPath()); in TEST()
/llvm-project-15.0.7/lldb/source/Utility/
H A DReproducer.cpp115 FileSpec Reproducer::GetReproducerPath() const { in GetReproducerPath() function in Reproducer
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i457 GetReproducerPath() const;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h312 const char *GetReproducerPath() const;
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h296 llvm::StringRef GetReproducerPath() const;
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp303 llvm::StringRef Debugger::GetReproducerPath() const { in GetReproducerPath() function in Debugger
305 return r.GetReproducerPath().GetCString(); in GetReproducerPath()