Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp24 LLDB_PLUGIN_DEFINE(InstrumentationRuntimeASan) in LLDB_PLUGIN_DEFINE() argument
31 void InstrumentationRuntimeASan::Initialize() { in Initialize()
37 void InstrumentationRuntimeASan::Terminate() { in Terminate()
45 InstrumentationRuntimeASan::~InstrumentationRuntimeASan() { Deactivate(); } in ~InstrumentationRuntimeASan()
48 InstrumentationRuntimeASan::GetPatternForRuntimeLibrary() { in GetPatternForRuntimeLibrary()
55 bool InstrumentationRuntimeASan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid()
63 bool InstrumentationRuntimeASan::NotifyBreakpointHit( in NotifyBreakpointHit()
70 InstrumentationRuntimeASan *const instance = in NotifyBreakpointHit()
71 static_cast<InstrumentationRuntimeASan *>(baton); in NotifyBreakpointHit()
79 void InstrumentationRuntimeASan::Activate() { in Activate()
[all …]
H A DInstrumentationRuntimeASan.h16 class InstrumentationRuntimeASan : public lldb_private::InstrumentationRuntime {
18 ~InstrumentationRuntimeASan() override;
36 InstrumentationRuntimeASan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeASan() function
/freebsd-14.2/lib/clang/include/Plugins/
H A DPlugins.def52 LLDB_PLUGIN(InstrumentationRuntimeASan)
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile389 SRCS+= Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp