Home
last modified time | relevance | path

Searched refs:InstrumentationRuntimeSP (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp35 lldb::InstrumentationRuntimeSP in LLDB_PLUGIN_DEFINE()
37 return InstrumentationRuntimeSP(new InstrumentationRuntimeASan(process_sp)); in LLDB_PLUGIN_DEFINE()
H A DInstrumentationRuntimeASan.h23 static lldb::InstrumentationRuntimeSP
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h24 static lldb::InstrumentationRuntimeSP
H A DInstrumentationRuntimeUBSan.cpp43 lldb::InstrumentationRuntimeSP
45 return InstrumentationRuntimeSP(new InstrumentationRuntimeUBSan(process_sp)); in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h24 static lldb::InstrumentationRuntimeSP
H A DInstrumentationRuntimeMainThreadChecker.cpp39 lldb::InstrumentationRuntimeSP
42 return InstrumentationRuntimeSP( in CreateInstance()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h24 lldb::InstrumentationRuntimeSP>
H A DProcess.h2367 lldb::InstrumentationRuntimeSP
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h23 static lldb::InstrumentationRuntimeSP
H A DInstrumentationRuntimeTSan.cpp40 lldb::InstrumentationRuntimeSP in LLDB_PLUGIN_DEFINE()
42 return InstrumentationRuntimeSP(new InstrumentationRuntimeTSan(process_sp)); in LLDB_PLUGIN_DEFINE()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-interfaces.h106 typedef lldb::InstrumentationRuntimeSP (*InstrumentationRuntimeCreateInstance)(
H A Dlldb-forward.h336 InstrumentationRuntimeSP; typedef
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp1130 InstrumentationRuntimeSP runtime_sp = in IsInstrumentationRuntimePresent()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp5773 InstrumentationRuntimeSP
5778 return InstrumentationRuntimeSP(); in GetInstrumentationRuntime()