Searched refs:replayer (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducerInstrumentation.cpp66 void Registry::DoRegister(uintptr_t RunID, std::unique_ptr<Replayer> replayer, argument
70 m_replayers[RunID] = std::make_pair(std::move(replayer), id);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h394 /// The replayer interface.
400 /// The default replayer deserializes the arguments and calls the function.
452 /// Register a default replayer for a function.
461 /// Register a replayer that invokes a custom function with the same
481 /// Register the given replayer for a function (and the ID mapping).
482 void DoRegister(uintptr_t RunID, std::unique_ptr<Replayer> replayer,
493 /// Mapping of IDs to replayer instances.

Completed in 110 milliseconds