Searched refs:MemoryHistoryASan (Results 1 – 4 of 4) sorted by relevance
32 MemoryHistorySP MemoryHistoryASan::CreateInstance(const ProcessSP &process_sp) { in CreateInstance()48 return MemoryHistorySP(new MemoryHistoryASan(process_sp)); in CreateInstance()54 void MemoryHistoryASan::Initialize() { in Initialize()59 void MemoryHistoryASan::Terminate() { in Terminate()63 ConstString MemoryHistoryASan::GetPluginNameStatic() { in GetPluginNameStatic()68 MemoryHistoryASan::MemoryHistoryASan(const ProcessSP &process_sp) { in MemoryHistoryASan() function in MemoryHistoryASan154 HistoryThreads MemoryHistoryASan::GetHistoryThreads(lldb::addr_t address) { in GetHistoryThreads()
20 class MemoryHistoryASan : public lldb_private::MemoryHistory {22 ~MemoryHistoryASan() override = default;42 MemoryHistoryASan(const lldb::ProcessSP &process_sp);
380 MemoryHistoryASan::Initialize(); in Initialize()532 MemoryHistoryASan::Terminate(); in Terminate()
360 SRCS+= Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp