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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h201 template <typename T> T *GetObjectForIndex(unsigned idx) { function in class:lldb_private::repro::IndexToObject
325 return m_index_to_object.template GetObjectForIndex<UnderlyingT>(
332 return *m_index_to_object.template GetObjectForIndex<UnderlyingT>(

Completed in 77 milliseconds