Searched refs:Replay (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBReproducer.h23 static const char *Replay(const char *path);
24 static const char *Replay(const char *path, bool skip_version_check);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducerInstrumentation.cpp37 bool Registry::Replay(const FileSpec &file) { function in class:Registry
42 return Replay((*error_or_file)->getBuffer());
45 bool Registry::Replay(llvm::StringRef buffer) { function in class:Registry
H A DReproducer.cpp29 if (mode != ReproducerMode::Replay) {
55 case ReproducerMode::Replay:
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp127 const char *SBReproducer::Replay(const char *path) { function in class:SBReproducer
128 return SBReproducer::Replay(path, false);
131 const char *SBReproducer::Replay(const char *path, bool skip_version_check) { function in class:SBReproducer
133 if (auto e = Reproducer::Initialize(ReproducerMode::Replay, FileSpec(path))) {
167 registry.Replay(file);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h29 Replay, member in class:lldb_private::repro::ReproducerMode
H A DReproducerInstrumentation.h471 /// Replay functions from a file.
472 bool Replay(const FileSpec &file);
474 /// Replay functions from a buffer.
475 bool Replay(llvm::StringRef buffer);
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp751 llvm::outs() << "Replay the reproducer with the following command:\n";
802 SBReproducer::Replay(replay_path->getValue(), skip_version_check)) {

Completed in 190 milliseconds