Searched refs:GetSettingName (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp92 static ConstString GetSettingName() { function in class:__anon1221::PluginProperties
97 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName());
160 debugger, PluginProperties::GetSettingName())) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp117 static ConstString &GetSettingName() { function in class:sddarwinlog_private::StructuredDataDarwinLogProperties
123 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName());
1388 debugger, StructuredDataDarwinLogProperties::GetSettingName())) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h45 static ConstString GetSettingName();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp76 ConstString PlatformProperties::GetSettingName() { function in class:PlatformProperties
82 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp129 static ConstString GetSettingName() { function in class:__anon1302::PluginProperties
134 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName());
243 debugger, PluginProperties::GetSettingName())) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp126 static ConstString GetSettingName() { function in class:__anon1283::PluginProperties
131 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName());
3594 debugger, PluginProperties::GetSettingName())) {

Completed in 146 milliseconds