Home
last modified time | relevance | path

Searched refs:GetReplayer (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducerInstrumentation.cpp131 GetReplayer(id)->operator()(deserializer); in Replay()
177 Replayer *Registry::GetReplayer(unsigned id) { in GetReplayer() function in Registry
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h568 Replayer *GetReplayer(unsigned id);
847 static_cast<DefaultReplayer<T> *>(registry.GetReplayer(id))
857 registry.GetReplayer(id)->operator()(deserializer);