Home
last modified time | relevance | path

Searched refs:MemoryHistoryASan (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp32 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 MemoryHistoryASan
154 HistoryThreads MemoryHistoryASan::GetHistoryThreads(lldb::addr_t address) { in GetHistoryThreads()
H A DMemoryHistoryASan.h20 class MemoryHistoryASan : public lldb_private::MemoryHistory {
22 ~MemoryHistoryASan() override = default;
42 MemoryHistoryASan(const lldb::ProcessSP &process_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSystemInitializerFull.cpp380 MemoryHistoryASan::Initialize(); in Initialize()
532 MemoryHistoryASan::Terminate(); in Terminate()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile360 SRCS+= Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp