Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h24 static lldb::InstrumentationRuntimeSP
H A DInstrumentationRuntimeMainThreadChecker.cpp39 lldb::InstrumentationRuntimeSP
42 return InstrumentationRuntimeSP( in CreateInstance()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h24 lldb::InstrumentationRuntimeSP>
H A DProcess.h2389 lldb::InstrumentationRuntimeSP
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-interfaces.h109 typedef lldb::InstrumentationRuntimeSP (*InstrumentationRuntimeCreateInstance)(
H A Dlldb-forward.h340 InstrumentationRuntimeSP; typedef
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp1130 InstrumentationRuntimeSP runtime_sp = in IsInstrumentationRuntimePresent()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp5796 InstrumentationRuntimeSP
5801 return InstrumentationRuntimeSP(); in GetInstrumentationRuntime()