Home
last modified time | relevance | path

Searched defs:config_sp (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp564 StructuredData::DictionarySP config_sp(new StructuredData::Dictionary()); in BuildConfigurationData() local
824 auto config_sp = m_options_sp->BuildConfigurationData(m_enable); in DoExecute() local
1828 auto config_sp = options_sp->BuildConfigurationData(true); in EnableNow() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp4204 ConstString type_name, const StructuredData::ObjectSP &config_sp) { in ConfigureRemoteStructuredData()
H A DProcessGDBRemote.cpp3931 ConstString type_name, const StructuredData::ObjectSP &config_sp) { in ConfigureStructuredData()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp5899 const StructuredData::ObjectSP &config_sp) { in ConfigureStructuredData()