Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.cpp33 LLDB_PLUGIN_DEFINE(InstrumentationRuntimeASan) in LLDB_PLUGIN_DEFINE() argument
36 InstrumentationRuntimeASan::CreateInstance(const lldb::ProcessSP &process_sp) { in LLDB_PLUGIN_DEFINE()
37 return InstrumentationRuntimeSP(new InstrumentationRuntimeASan(process_sp)); in LLDB_PLUGIN_DEFINE()
40 void InstrumentationRuntimeASan::Initialize() { in Initialize()
46 void InstrumentationRuntimeASan::Terminate() { in Terminate()
50 lldb_private::ConstString InstrumentationRuntimeASan::GetPluginNameStatic() { in GetPluginNameStatic()
54 lldb::InstrumentationRuntimeType InstrumentationRuntimeASan::GetTypeStatic() { in GetTypeStatic()
58 InstrumentationRuntimeASan::~InstrumentationRuntimeASan() { Deactivate(); } in ~InstrumentationRuntimeASan()
61 InstrumentationRuntimeASan::GetPatternForRuntimeLibrary() { in GetPatternForRuntimeLibrary()
68 bool InstrumentationRuntimeASan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid()
[all …]
DInstrumentationRuntimeASan.h19 class InstrumentationRuntimeASan : public lldb_private::InstrumentationRuntime {
21 ~InstrumentationRuntimeASan() override;
43 InstrumentationRuntimeASan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeASan() function
DCMakeLists.txt2 InstrumentationRuntimeASan.cpp