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
39 lldb::InstrumentationRuntimeSP42 return InstrumentationRuntimeSP( in CreateInstance()
43 lldb::InstrumentationRuntimeSP45 return InstrumentationRuntimeSP(new InstrumentationRuntimeUBSan(process_sp)); in CreateInstance()
24 lldb::InstrumentationRuntimeSP>
2390 lldb::InstrumentationRuntimeSP
40 lldb::InstrumentationRuntimeSP in LLDB_PLUGIN_DEFINE()42 return InstrumentationRuntimeSP(new InstrumentationRuntimeTSan(process_sp)); in LLDB_PLUGIN_DEFINE()
106 typedef lldb::InstrumentationRuntimeSP (*InstrumentationRuntimeCreateInstance)(
331 InstrumentationRuntimeSP; typedef
1201 InstrumentationRuntimeSP runtime_sp = in IsInstrumentationRuntimePresent()
5786 InstrumentationRuntimeSP5791 return InstrumentationRuntimeSP(); in GetInstrumentationRuntime()