Searched refs:InstrumentationRuntimeSP (Results 1 – 15 of 15) sorted by relevance
26 lldb::InstrumentationRuntimeSP in LLDB_PLUGIN_DEFINE()29 return InstrumentationRuntimeSP( in LLDB_PLUGIN_DEFINE()
26 lldb::InstrumentationRuntimeSP28 return InstrumentationRuntimeSP(new InstrumentationRuntimeASan(process_sp));
20 static lldb::InstrumentationRuntimeSP
39 lldb::InstrumentationRuntimeSP42 return InstrumentationRuntimeSP( in CreateInstance()
24 static lldb::InstrumentationRuntimeSP
43 lldb::InstrumentationRuntimeSP45 return InstrumentationRuntimeSP(new InstrumentationRuntimeUBSan(process_sp)); in CreateInstance()
24 lldb::InstrumentationRuntimeSP>
2520 lldb::InstrumentationRuntimeSP
23 static lldb::InstrumentationRuntimeSP
42 lldb::InstrumentationRuntimeSP in LLDB_PLUGIN_DEFINE()44 return InstrumentationRuntimeSP(new InstrumentationRuntimeTSan(process_sp)); in LLDB_PLUGIN_DEFINE()
119 typedef lldb::InstrumentationRuntimeSP (*InstrumentationRuntimeCreateInstance)(
357 InstrumentationRuntimeSP; typedef
1209 InstrumentationRuntimeSP runtime_sp = in IsInstrumentationRuntimePresent()
6105 InstrumentationRuntimeSP6110 return InstrumentationRuntimeSP(); in GetInstrumentationRuntime()