Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
DScriptedProcess.h26 m_dictionary_sp = launch_info.GetScriptedProcessDictionarySP(); in ScriptedProcessInfo()
31 return m_dictionary_sp; in GetDictionarySP()
36 StructuredData::DictionarySP m_dictionary_sp; variable