Home
last modified time | relevance | path

Searched refs:runtime_sp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp1130 InstrumentationRuntimeSP runtime_sp = in IsInstrumentationRuntimePresent() local
1133 if (!runtime_sp.get()) in IsInstrumentationRuntimePresent()
1136 return runtime_sp->IsActive(); in IsInstrumentationRuntimePresent()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp1519 lldb::LanguageRuntimeSP runtime_sp( in GetLanguageRuntime() local
1522 m_language_runtimes[language] = runtime_sp; in GetLanguageRuntime()
1523 runtime = runtime_sp.get(); in GetLanguageRuntime()