Searched refs:InstrumentationRuntimeSP (Results 1 – 14 of 14) sorted by relevance
34 lldb::InstrumentationRuntimeSP36 return InstrumentationRuntimeSP(new AddressSanitizerRuntime(process_sp)); in CreateInstance()
24 static lldb::InstrumentationRuntimeSP
35 lldb::InstrumentationRuntimeSP37 return InstrumentationRuntimeSP(new MainThreadCheckerRuntime(process_sp)); in CreateInstance()
25 static lldb::InstrumentationRuntimeSP
42 lldb::InstrumentationRuntimeSP45 return InstrumentationRuntimeSP( in CreateInstance()
25 lldb::InstrumentationRuntimeSP>
2631 lldb::InstrumentationRuntimeSP
37 lldb::InstrumentationRuntimeSP39 return InstrumentationRuntimeSP(new ThreadSanitizerRuntime(process_sp)); in CreateInstance()
95 typedef lldb::InstrumentationRuntimeSP (*InstrumentationRuntimeCreateInstance)(
360 InstrumentationRuntimeSP; typedef
5852 InstrumentationRuntimeSP runtime = pos->second; in ModulesDidLoad()5953 InstrumentationRuntimeSP5958 return InstrumentationRuntimeSP(); in GetInstrumentationRuntime()
1326 InstrumentationRuntimeSP runtime_sp = in IsInstrumentationRuntimePresent()