Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp194 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp309 if (FileSpec reproducer_path = Reproducer::Instance().GetReproducerPath()) in GetPath()
310 path = ConstString(r.GetReproducerPath().GetCString()); in GetPath()
H A DSBDebugger.cpp1392 const char *SBDebugger::GetReproducerPath() const { in GetReproducerPath() function in SBDebugger
1393 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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h212 FileSpec GetReproducerPath() const;
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i435 GetReproducerPath() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h299 const char *GetReproducerPath() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h312 llvm::StringRef GetReproducerPath() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp139 FileSpec Reproducer::GetReproducerPath() const { in GetReproducerPath() function in Reproducer
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp291 llvm::StringRef Debugger::GetReproducerPath() const { in GetReproducerPath() function in Debugger
293 return r.GetReproducerPath().GetCString(); in GetReproducerPath()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19993 result = (char *)((lldb::SBDebugger const *)arg1)->GetReproducerPath(); in _wrap_SBDebugger_GetReproducerPath()