Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp33 LLDB_PLUGIN_DEFINE(InstrumentationRuntimeASan) in LLDB_PLUGIN_DEFINE() argument
40 void InstrumentationRuntimeASan::Initialize() { in Initialize()
46 void InstrumentationRuntimeASan::Terminate() { in Terminate()
58 InstrumentationRuntimeASan::~InstrumentationRuntimeASan() { Deactivate(); } in ~InstrumentationRuntimeASan()
61 InstrumentationRuntimeASan::GetPatternForRuntimeLibrary() { in GetPatternForRuntimeLibrary()
68 bool InstrumentationRuntimeASan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid()
240 bool InstrumentationRuntimeASan::NotifyBreakpointHit( in NotifyBreakpointHit()
247 InstrumentationRuntimeASan *const instance = in NotifyBreakpointHit()
248 static_cast<InstrumentationRuntimeASan *>(baton); in NotifyBreakpointHit()
280 void InstrumentationRuntimeASan::Activate() { in Activate()
[all …]
H A DInstrumentationRuntimeASan.h19 class InstrumentationRuntimeASan : public lldb_private::InstrumentationRuntime {
21 ~InstrumentationRuntimeASan() override;
43 InstrumentationRuntimeASan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeASan() function
/freebsd-13.1/lib/clang/include/Plugins/
H A DPlugins.def50 LLDB_PLUGIN(InstrumentationRuntimeASan)
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile366 SRCS+= Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp