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()697 addr_t InstrumentationRuntimeTSan::GetMainRacyAddress( in GetMainRacyAddress()793 bool InstrumentationRuntimeTSan::NotifyBreakpointHit( in NotifyBreakpointHit()800 InstrumentationRuntimeTSan *const instance = in NotifyBreakpointHit()801 static_cast<InstrumentationRuntimeTSan *>(baton); in NotifyBreakpointHit()883 bool InstrumentationRuntimeTSan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid()891 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
2 InstrumentationRuntimeTSan.cpp
4175 lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp4176 lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h