Searched refs:InstrumentationRuntimeSP (Results 1 – 16 of 16) sorted by relevance
26 lldb::InstrumentationRuntimeSP in LLDB_PLUGIN_DEFINE()29 return InstrumentationRuntimeSP( in LLDB_PLUGIN_DEFINE()
19 static lldb::InstrumentationRuntimeSP
26 lldb::InstrumentationRuntimeSP in LLDB_PLUGIN_DEFINE()28 return InstrumentationRuntimeSP(new InstrumentationRuntimeASan(process_sp)); in LLDB_PLUGIN_DEFINE()
20 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>
2495 lldb::InstrumentationRuntimeSP
23 static lldb::InstrumentationRuntimeSP
40 lldb::InstrumentationRuntimeSP in LLDB_PLUGIN_DEFINE()42 return InstrumentationRuntimeSP(new InstrumentationRuntimeTSan(process_sp)); in LLDB_PLUGIN_DEFINE()
119 typedef lldb::InstrumentationRuntimeSP (*InstrumentationRuntimeCreateInstance)(
351 InstrumentationRuntimeSP; typedef
1152 InstrumentationRuntimeSP runtime_sp = in IsInstrumentationRuntimePresent()
5904 InstrumentationRuntimeSP5909 return InstrumentationRuntimeSP(); in GetInstrumentationRuntime()