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()63 InstrumentationRuntimeTSan::~InstrumentationRuntimeTSan() { Deactivate(); } in ~InstrumentationRuntimeTSan()699 addr_t InstrumentationRuntimeTSan::GetMainRacyAddress( in GetMainRacyAddress()795 bool InstrumentationRuntimeTSan::NotifyBreakpointHit( in NotifyBreakpointHit()802 InstrumentationRuntimeTSan *const instance = in NotifyBreakpointHit()803 static_cast<InstrumentationRuntimeTSan *>(baton); in NotifyBreakpointHit()885 bool InstrumentationRuntimeTSan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid()893 void InstrumentationRuntimeTSan::Activate() { in Activate()[all …]
19 class InstrumentationRuntimeTSan : public lldb_private::InstrumentationRuntime {21 ~InstrumentationRuntimeTSan() override;46 InstrumentationRuntimeTSan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeTSan() function
52 LLDB_PLUGIN(InstrumentationRuntimeTSan)
368 SRCS+= Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp