Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Utility/
DReproducerTest.cpp98 reproducer.GetReproducerPath()); in TEST()
130 reproducer.GetReproducerPath()); in TEST()
/external/llvm-project/lldb/source/Commands/
DCommandObjectReproducer.cpp195 if (llvm::Error e = repro::Finalize(r.GetReproducerPath())) { in DoExecute()
210 << "Reproducer written to '" << r.GetReproducerPath() << "'\n"; in DoExecute()
339 << "Path: " << r.GetReproducerPath().GetPath() << '\n'; in DoExecute()
/external/llvm-project/lldb/source/API/
DSBReproducer.cpp310 if (FileSpec reproducer_path = Reproducer::Instance().GetReproducerPath()) in GetPath()
311 path = ConstString(r.GetReproducerPath().GetCString()); in GetPath()
DSBDebugger.cpp1349 const char *SBDebugger::GetReproducerPath() const { in GetReproducerPath() function in SBDebugger
1350 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBDebugger, GetReproducerPath); in GetReproducerPath()
1353 ? ConstString(m_opaque_sp->GetReproducerPath()).GetCString() in GetReproducerPath()
1804 LLDB_REGISTER_METHOD_CONST(const char *, SBDebugger, GetReproducerPath, ()); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/Utility/
DReproducer.h212 FileSpec GetReproducerPath() const;
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i435 GetReproducerPath() const;
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h261 const char *GetReproducerPath() const;
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h266 llvm::StringRef GetReproducerPath() const;
/external/llvm-project/lldb/source/Utility/
DReproducer.cpp157 FileSpec Reproducer::GetReproducerPath() const { in GetReproducerPath() function in Reproducer
/external/llvm-project/lldb/source/Core/
DDebugger.cpp284 llvm::StringRef Debugger::GetReproducerPath() const { in GetReproducerPath() function in Debugger
286 return r.GetReproducerPath().GetCString(); in GetReproducerPath()