Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp34 lldb::InstrumentationRuntimeSP
36 return InstrumentationRuntimeSP(new AddressSanitizerRuntime(process_sp)); in CreateInstance()
H A DASanRuntime.h24 static lldb::InstrumentationRuntimeSP
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp35 lldb::InstrumentationRuntimeSP
37 return InstrumentationRuntimeSP(new MainThreadCheckerRuntime(process_sp)); in CreateInstance()
H A DMainThreadCheckerRuntime.h24 static lldb::InstrumentationRuntimeSP
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.h25 static lldb::InstrumentationRuntimeSP
H A DUBSanRuntime.cpp42 lldb::InstrumentationRuntimeSP
45 return InstrumentationRuntimeSP( in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h25 lldb::InstrumentationRuntimeSP>
H A DProcess.h2631 lldb::InstrumentationRuntimeSP
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.h24 static lldb::InstrumentationRuntimeSP
H A DTSanRuntime.cpp37 lldb::InstrumentationRuntimeSP
39 return InstrumentationRuntimeSP(new ThreadSanitizerRuntime(process_sp)); in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-interfaces.h95 typedef lldb::InstrumentationRuntimeSP (*InstrumentationRuntimeCreateInstance)(
H A Dlldb-forward.h360 InstrumentationRuntimeSP; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp5852 InstrumentationRuntimeSP runtime = pos->second; in ModulesDidLoad()
5953 InstrumentationRuntimeSP
5958 return InstrumentationRuntimeSP(); in GetInstrumentationRuntime()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp1326 InstrumentationRuntimeSP runtime_sp = in IsInstrumentationRuntimePresent()