Searched refs:g_settings_sp (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp111 static const auto g_settings_sp(std::make_shared<PluginProperties>());
112 return g_settings_sp;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp148 static StructuredDataDarwinLogPropertiesSP g_settings_sp; local
149 if (!g_settings_sp)
150 g_settings_sp = std::make_shared<StructuredDataDarwinLogProperties>();
151 return g_settings_sp;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp152 static const auto g_settings_sp(std::make_shared<PlatformProperties>());
153 return g_settings_sp;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp169 static ProcessKDPPropertiesSP g_settings_sp; local
170 if (!g_settings_sp)
171 g_settings_sp = std::make_shared<PluginProperties>();
172 return g_settings_sp;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp155 static const auto g_settings_sp(std::make_shared<PluginProperties>());
156 return g_settings_sp;

Completed in 144 milliseconds