Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp38 LLDB_PLUGIN_DEFINE(InstrumentationRuntimeTSan) in LLDB_PLUGIN_DEFINE() argument
41 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_private::ConstString InstrumentationRuntimeTSan::GetPluginNameStatic() { in GetPluginNameStatic()
59 lldb::InstrumentationRuntimeType InstrumentationRuntimeTSan::GetTypeStatic() { in GetTypeStatic()
63 InstrumentationRuntimeTSan::~InstrumentationRuntimeTSan() { Deactivate(); } in ~InstrumentationRuntimeTSan()
304 StructuredData::ObjectSP InstrumentationRuntimeTSan::RetrieveReportData( in RetrieveReportData()
491 InstrumentationRuntimeTSan::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription()
[all …]
DInstrumentationRuntimeTSan.h19 class InstrumentationRuntimeTSan : public lldb_private::InstrumentationRuntime {
21 ~InstrumentationRuntimeTSan() override;
46 InstrumentationRuntimeTSan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeTSan() function
DCMakeLists.txt2 InstrumentationRuntimeTSan.cpp