Searched refs:InstrumentationRuntimeTSan (Results 1 – 6 of 6) sorted by relevance
38 LLDB_PLUGIN_DEFINE(InstrumentationRuntimeTSan) in LLDB_PLUGIN_DEFINE() argument41 InstrumentationRuntimeTSan::CreateInstance(const lldb::ProcessSP &process_sp) { in LLDB_PLUGIN_DEFINE()42 return InstrumentationRuntimeSP(new InstrumentationRuntimeTSan(process_sp)); in LLDB_PLUGIN_DEFINE()45 void InstrumentationRuntimeTSan::Initialize() { in Initialize()51 void InstrumentationRuntimeTSan::Terminate() { in Terminate()55 lldb::InstrumentationRuntimeType InstrumentationRuntimeTSan::GetTypeStatic() { in GetTypeStatic()59 InstrumentationRuntimeTSan::~InstrumentationRuntimeTSan() { Deactivate(); } in ~InstrumentationRuntimeTSan()300 StructuredData::ObjectSP InstrumentationRuntimeTSan::RetrieveReportData( in RetrieveReportData()492 InstrumentationRuntimeTSan::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription()585 addr_t InstrumentationRuntimeTSan::GetFirstNonInternalFramePc( in GetFirstNonInternalFramePc()[all …]
19 class InstrumentationRuntimeTSan : public lldb_private::InstrumentationRuntime {21 ~InstrumentationRuntimeTSan() override;42 InstrumentationRuntimeTSan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeTSan() function
2 InstrumentationRuntimeTSan.cpp
10 InstrumentationRuntimeTSan.cpp \
58 LLDB_PLUGIN(InstrumentationRuntimeTSan)
4170 lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp4171 lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h