Searched refs:MemoryHistorySP (Results 1 – 8 of 8) sorted by relevance
15 lldb::MemoryHistorySP MemoryHistory::FindPlugin(const ProcessSP process) { in FindPlugin()22 MemoryHistorySP memory_history_sp(create_callback(process)); in FindPlugin()27 return MemoryHistorySP(); in FindPlugin()
5783 const MemoryHistorySP &memory_history = in GetHistoryThreads()
33 MemoryHistorySP MemoryHistoryASan::CreateInstance(const ProcessSP &process_sp) { in LLDB_PLUGIN_DEFINE()44 return MemoryHistorySP(new MemoryHistoryASan(process_sp)); in LLDB_PLUGIN_DEFINE()47 return MemoryHistorySP(); in LLDB_PLUGIN_DEFINE()
23 static lldb::MemoryHistorySP
26 static lldb::MemoryHistorySP FindPlugin(const lldb::ProcessSP process);
106 typedef lldb::MemoryHistorySP (*MemoryHistoryCreateInstance)(
350 typedef std::shared_ptr<lldb_private::MemoryHistory> MemoryHistorySP; typedef
1632 const MemoryHistorySP &memory_history = in DoExecute()