Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp40 LLDB_PLUGIN_DEFINE(InstrumentationRuntimeTSan) in LLDB_PLUGIN_DEFINE() argument
43 InstrumentationRuntimeTSan::CreateInstance(const lldb::ProcessSP &process_sp) { in LLDB_PLUGIN_DEFINE()
44 return InstrumentationRuntimeSP(new InstrumentationRuntimeTSan(process_sp)); in LLDB_PLUGIN_DEFINE()
47 void InstrumentationRuntimeTSan::Initialize() { in Initialize()
53 void InstrumentationRuntimeTSan::Terminate() { in Terminate()
57 lldb::InstrumentationRuntimeType InstrumentationRuntimeTSan::GetTypeStatic() { in GetTypeStatic()
61 InstrumentationRuntimeTSan::~InstrumentationRuntimeTSan() { Deactivate(); } in ~InstrumentationRuntimeTSan()
301 StructuredData::ObjectSP InstrumentationRuntimeTSan::RetrieveReportData( in RetrieveReportData()
494 InstrumentationRuntimeTSan::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription()
587 addr_t InstrumentationRuntimeTSan::GetFirstNonInternalFramePc( in GetFirstNonInternalFramePc()
[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/lib/clang/include/Plugins/
H A DPlugins.def55 LLDB_PLUGIN(InstrumentationRuntimeTSan)
/freebsd/lib/clang/liblldb/
H A DMakefile399 SRCS+= Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp