Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp26 lldb::InstrumentationRuntimeSP in LLDB_PLUGIN_DEFINE()
29 return InstrumentationRuntimeSP( in LLDB_PLUGIN_DEFINE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp26 lldb::InstrumentationRuntimeSP
28 return InstrumentationRuntimeSP(new InstrumentationRuntimeASan(process_sp));
H A DInstrumentationRuntimeASan.h20 static lldb::InstrumentationRuntimeSP
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp39 lldb::InstrumentationRuntimeSP
42 return InstrumentationRuntimeSP( in CreateInstance()
H A DInstrumentationRuntimeMainThreadChecker.h24 static lldb::InstrumentationRuntimeSP
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h24 lldb::InstrumentationRuntimeSP>
H A DProcess.h2520 lldb::InstrumentationRuntimeSP
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h23 static lldb::InstrumentationRuntimeSP
H A DInstrumentationRuntimeTSan.cpp42 lldb::InstrumentationRuntimeSP in LLDB_PLUGIN_DEFINE()
44 return InstrumentationRuntimeSP(new InstrumentationRuntimeTSan(process_sp)); in LLDB_PLUGIN_DEFINE()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h119 typedef lldb::InstrumentationRuntimeSP (*InstrumentationRuntimeCreateInstance)(
H A Dlldb-forward.h357 InstrumentationRuntimeSP; typedef
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1209 InstrumentationRuntimeSP runtime_sp = in IsInstrumentationRuntimePresent()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6105 InstrumentationRuntimeSP
6110 return InstrumentationRuntimeSP(); in GetInstrumentationRuntime()