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
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>
2559 lldb::InstrumentationRuntimeSP
23 static lldb::InstrumentationRuntimeSP
42 lldb::InstrumentationRuntimeSP in LLDB_PLUGIN_DEFINE()44 return InstrumentationRuntimeSP(new InstrumentationRuntimeTSan(process_sp)); in LLDB_PLUGIN_DEFINE()
121 typedef lldb::InstrumentationRuntimeSP (*InstrumentationRuntimeCreateInstance)(
362 InstrumentationRuntimeSP; typedef
1225 InstrumentationRuntimeSP runtime_sp = in IsInstrumentationRuntimePresent()
6118 InstrumentationRuntimeSP6123 return InstrumentationRuntimeSP(); in GetInstrumentationRuntime()