Searched refs:InstrumentationRuntimeSP (Results 1 – 14 of 14) sorted by relevance
35 lldb::InstrumentationRuntimeSP in LLDB_PLUGIN_DEFINE()37 return InstrumentationRuntimeSP(new InstrumentationRuntimeASan(process_sp)); in LLDB_PLUGIN_DEFINE()
23 static lldb::InstrumentationRuntimeSP
24 static lldb::InstrumentationRuntimeSP
43 lldb::InstrumentationRuntimeSP45 return InstrumentationRuntimeSP(new InstrumentationRuntimeUBSan(process_sp)); in CreateInstance()
39 lldb::InstrumentationRuntimeSP42 return InstrumentationRuntimeSP( in CreateInstance()
24 lldb::InstrumentationRuntimeSP>
2389 lldb::InstrumentationRuntimeSP
40 lldb::InstrumentationRuntimeSP in LLDB_PLUGIN_DEFINE()42 return InstrumentationRuntimeSP(new InstrumentationRuntimeTSan(process_sp)); in LLDB_PLUGIN_DEFINE()
109 typedef lldb::InstrumentationRuntimeSP (*InstrumentationRuntimeCreateInstance)(
340 InstrumentationRuntimeSP; typedef
1130 InstrumentationRuntimeSP runtime_sp = in IsInstrumentationRuntimePresent()
5796 InstrumentationRuntimeSP5801 return InstrumentationRuntimeSP(); in GetInstrumentationRuntime()