Searched refs:InstrumentationRuntimeTSan (Results 1 – 4 of 4) sorted by relevance
38 LLDB_PLUGIN_DEFINE(InstrumentationRuntimeTSan) in LLDB_PLUGIN_DEFINE() argument45 void InstrumentationRuntimeTSan::Initialize() { in Initialize()51 void InstrumentationRuntimeTSan::Terminate() { in Terminate()59 InstrumentationRuntimeTSan::~InstrumentationRuntimeTSan() { Deactivate(); } in ~InstrumentationRuntimeTSan()698 addr_t InstrumentationRuntimeTSan::GetMainRacyAddress( in GetMainRacyAddress()794 bool InstrumentationRuntimeTSan::NotifyBreakpointHit( in NotifyBreakpointHit()801 InstrumentationRuntimeTSan *const instance = in NotifyBreakpointHit()802 static_cast<InstrumentationRuntimeTSan *>(baton); in NotifyBreakpointHit()884 bool InstrumentationRuntimeTSan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid()892 void InstrumentationRuntimeTSan::Activate() { in Activate()[all …]
19 class InstrumentationRuntimeTSan : public lldb_private::InstrumentationRuntime {21 ~InstrumentationRuntimeTSan() override;42 InstrumentationRuntimeTSan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeTSan() function
55 LLDB_PLUGIN(InstrumentationRuntimeTSan)
392 SRCS+= Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp