Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1225 InstrumentationRuntimeSP runtime_sp = in IsInstrumentationRuntimePresent() local
1228 if (!runtime_sp.get()) in IsInstrumentationRuntimePresent()
1231 return runtime_sp->IsActive(); in IsInstrumentationRuntimePresent()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1277 if (auto runtime_sp = in GetLanguageSpecificData() local
1279 return runtime_sp->GetLanguageSpecificData( in GetLanguageSpecificData()
H A DProcess.cpp1505 lldb::LanguageRuntimeSP runtime_sp( in GetLanguageRuntime() local
1508 m_language_runtimes[language] = runtime_sp; in GetLanguageRuntime()
1509 runtime = runtime_sp.get(); in GetLanguageRuntime()