Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp67 class PluginProperties : public Properties { class
73 PluginProperties() { in PluginProperties() function in __anone2af28c10211::PluginProperties
85 typedef std::shared_ptr<PluginProperties> JITLoaderGDBPropertiesSP;
88 static const auto g_settings_sp(std::make_shared<PluginProperties>()); in GetGlobalPluginProperties()
137 debugger, PluginProperties::GetSettingName())) { in DebuggerInitialize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp127 class PluginProperties : public Properties { class
133 PluginProperties() { in PluginProperties() function in __anonb33fafdf0111::PluginProperties
152 typedef std::shared_ptr<PluginProperties> SymbolFileDWARFPropertiesSP;
155 static const auto g_settings_sp(std::make_shared<PluginProperties>()); in GetGlobalPluginProperties()
234 debugger, PluginProperties::GetSettingName())) { in DebuggerInitialize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp123 class PluginProperties : public Properties { class
129 PluginProperties() : Properties() { in PluginProperties() function in __anon1ea4ac880111::PluginProperties
134 virtual ~PluginProperties() {} in ~PluginProperties()
153 typedef std::shared_ptr<PluginProperties> ProcessKDPPropertiesSP;
158 g_settings_sp.reset(new PluginProperties()); in GetGlobalPluginProperties()
3666 debugger, PluginProperties::GetSettingName())) { in DebuggerInitialize()