Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
54 InstrumentationRuntimeASan::~InstrumentationRuntimeASan() { Deactivate(); } in ~InstrumentationRuntimeASan()
57 InstrumentationRuntimeASan::GetPatternForRuntimeLibrary() { in GetPatternForRuntimeLibrary()
64 bool InstrumentationRuntimeASan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid()
238 bool InstrumentationRuntimeASan::NotifyBreakpointHit( in NotifyBreakpointHit()
245 InstrumentationRuntimeASan *const instance = in NotifyBreakpointHit()
246 static_cast<InstrumentationRuntimeASan *>(baton); in NotifyBreakpointHit()
278 void InstrumentationRuntimeASan::Activate() { in Activate()
[all …]
H A DInstrumentationRuntimeASan.h19 class InstrumentationRuntimeASan : public lldb_private::InstrumentationRuntime {
21 ~InstrumentationRuntimeASan() override;
39 InstrumentationRuntimeASan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeASan() function
H A DCMakeLists.txt2 InstrumentationRuntimeASan.cpp
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4171 lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
4172 lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h