Home
last modified time | relevance | path

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

/freebsd-14.2/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()
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 …]
H A DInstrumentationRuntimeTSan.h19 class InstrumentationRuntimeTSan : public lldb_private::InstrumentationRuntime {
21 ~InstrumentationRuntimeTSan() override;
42 InstrumentationRuntimeTSan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeTSan() function
/freebsd-14.2/lib/clang/include/Plugins/
H A DPlugins.def55 LLDB_PLUGIN(InstrumentationRuntimeTSan)
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile392 SRCS+= Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp