Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ !
H A DInstrumentationRuntimeASan.cpp24 LLDB_PLUGIN_DEFINE(InstrumentationRuntimeASan) in LLDB_PLUGIN_DEFINE() argument
27 InstrumentationRuntimeASan::CreateInstance(const lldb::ProcessSP &process_sp) { in LLDB_PLUGIN_DEFINE()
28 return InstrumentationRuntimeSP(new InstrumentationRuntimeASan(process_sp)); in LLDB_PLUGIN_DEFINE()
31 void InstrumentationRuntimeASan::Initialize() { in Initialize()
37 void InstrumentationRuntimeASan::Terminate() { in Terminate()
41 lldb::InstrumentationRuntimeType InstrumentationRuntimeASan::GetTypeStatic() { in GetTypeStatic()
45 InstrumentationRuntimeASan::~InstrumentationRuntimeASan() { Deactivate(); } in ~InstrumentationRuntimeASan()
48 InstrumentationRuntimeASan::GetPatternForRuntimeLibrary() { in GetPatternForRuntimeLibrary()
55 bool InstrumentationRuntimeASan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid()
63 bool InstrumentationRuntimeASan::NotifyBreakpointHit( in NotifyBreakpointHit()
[all …]
H A DInstrumentationRuntimeASan.h16 class InstrumentationRuntimeASan : public lldb_private::InstrumentationRuntime {
18 ~InstrumentationRuntimeASan() override;
36 InstrumentationRuntimeASan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeASan() function
/src/lib/clang/include/Plugins/ !
H A DPlugins.def52 LLDB_PLUGIN(InstrumentationRuntimeASan)
/src/lib/clang/liblldb/ !
H A DMakefile412 SRCS+= Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp