Searched refs:MemoryHistorySP (Results 1 – 8 of 8) sorted by relevance
17 lldb::MemoryHistorySP24 MemoryHistorySP memory_history_sp (create_callback (process)); in FindPlugin()29 return MemoryHistorySP(); in FindPlugin()
6539 const MemoryHistorySP &memory_history = MemoryHistory::FindPlugin(shared_from_this()); in GetHistoryThreads()
28 MemoryHistorySP60 return MemoryHistorySP(); in CreateInstance()62 return MemoryHistorySP(new MemoryHistoryASan(process_sp)); in CreateInstance()
28 static lldb::MemoryHistorySP
33 static lldb::MemoryHistorySP
44 … typedef lldb::MemoryHistorySP (*MemoryHistoryCreateInstance) (const lldb::ProcessSP &process_sp);
339 typedef std::shared_ptr<lldb_private::MemoryHistory> MemoryHistorySP; typedef
1759 const MemoryHistorySP &memory_history = MemoryHistory::FindPlugin(process_sp); in DoExecute()