Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp38 LLDB_PLUGIN_DEFINE(InstrumentationRuntimeTSan) in LLDB_PLUGIN_DEFINE() argument
45 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 …]
H A DInstrumentationRuntimeTSan.h19 class InstrumentationRuntimeTSan : public lldb_private::InstrumentationRuntime {
21 ~InstrumentationRuntimeTSan() override;
46 InstrumentationRuntimeTSan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeTSan() function
/freebsd-13.1/lib/clang/include/Plugins/
H A DPlugins.def52 LLDB_PLUGIN(InstrumentationRuntimeTSan)
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile368 SRCS+= Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp