Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
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 …]
H A DInstrumentationRuntimeTSan.h19 class InstrumentationRuntimeTSan : public lldb_private::InstrumentationRuntime {
21 ~InstrumentationRuntimeTSan() override;
42 InstrumentationRuntimeTSan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeTSan() function
H A DCMakeLists.txt2 InstrumentationRuntimeTSan.cpp
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4175 lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
4176 lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h