Home
last modified time | relevance | path

Searched refs:properties_sp (Results 1 – 25 of 49) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Core/
H A DUserSettingsController.cpp37 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetPropertyValue() local
38 if (properties_sp) in GetPropertyValue()
47 OptionValuePropertiesSP properties_sp(GetValueProperties()); in SetPropertyValue() local
48 if (properties_sp) in SetPropertyValue()
58 if (properties_sp) in DumpAllPropertyValues()
67 if (properties_sp) in DumpAllDescriptions()
76 if (properties_sp) { in DumpPropertyValue()
89 if (properties_sp) { in Apropos()
90 properties_sp->Apropos(keyword, matching_properties); in Apropos()
99 if (properties_sp) in GetSubProperty()
[all …]
H A DPluginManager.cpp1354 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForPlugin() local
1360 properties_sp = in GetSettingForPlugin()
1362 return properties_sp; in GetSettingForPlugin()
1372 if (properties_sp) { in CreateSettingForPlugin()
1379 properties_sp); in CreateSettingForPlugin()
1455 ConstString("Settings for symbol file plug-ins"), properties_sp, in CreateSettingForSymbolFilePlugin()
1479 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForOperatingSystemPlugin() local
1486 properties_sp = in GetSettingForOperatingSystemPlugin()
1488 return properties_sp; in GetSettingForOperatingSystemPlugin()
1494 if (properties_sp) { in CreateSettingForOperatingSystemPlugin()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Core/
H A DUserSettingsController.cpp37 OptionValuePropertiesSP properties_sp(GetValueProperties());
38 if (properties_sp)
47 OptionValuePropertiesSP properties_sp(GetValueProperties());
48 if (properties_sp)
58 if (properties_sp)
67 if (properties_sp)
76 if (properties_sp) {
89 if (properties_sp) {
90 properties_sp->Apropos(keyword, matching_properties);
99 if (properties_sp)
[all …]
H A DPluginManager.cpp1430 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForPlugin() local
1436 properties_sp = in GetSettingForPlugin()
1438 return properties_sp; in GetSettingForPlugin()
1448 if (properties_sp) { in CreateSettingForPlugin()
1455 properties_sp); in CreateSettingForPlugin()
1531 ConstString("Settings for symbol file plug-ins"), properties_sp, in CreateSettingForSymbolFilePlugin()
1555 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForOperatingSystemPlugin() local
1562 properties_sp = in GetSettingForOperatingSystemPlugin()
1564 return properties_sp; in GetSettingForOperatingSystemPlugin()
1570 if (properties_sp) { in CreateSettingForOperatingSystemPlugin()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Core/
H A DUserSettingsController.cpp37 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetPropertyValue() local
38 if (properties_sp) in GetPropertyValue()
47 OptionValuePropertiesSP properties_sp(GetValueProperties()); in SetPropertyValue() local
48 if (properties_sp) in SetPropertyValue()
58 if (properties_sp) in DumpAllPropertyValues()
67 if (properties_sp) in DumpAllDescriptions()
76 if (properties_sp) { in DumpPropertyValue()
89 if (properties_sp) { in Apropos()
90 properties_sp->Apropos(keyword, matching_properties); in Apropos()
99 if (properties_sp) in GetSubProperty()
[all …]
H A DPluginManager.cpp1305 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForPlugin() local
1311 properties_sp = in GetSettingForPlugin()
1313 return properties_sp; in GetSettingForPlugin()
1323 if (properties_sp) { in CreateSettingForPlugin()
1330 properties_sp); in CreateSettingForPlugin()
1406 ConstString("Settings for symbol file plug-ins"), properties_sp, in CreateSettingForSymbolFilePlugin()
1430 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForOperatingSystemPlugin() local
1437 properties_sp = in GetSettingForOperatingSystemPlugin()
1439 return properties_sp; in GetSettingForOperatingSystemPlugin()
1445 if (properties_sp) { in CreateSettingForOperatingSystemPlugin()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Core/
H A DUserSettingsController.cpp37 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetPropertyValue() local
38 if (properties_sp) in GetPropertyValue()
47 OptionValuePropertiesSP properties_sp(GetValueProperties()); in SetPropertyValue() local
48 if (properties_sp) in SetPropertyValue()
58 if (properties_sp) in DumpAllPropertyValues()
67 if (properties_sp) in DumpAllDescriptions()
76 if (properties_sp) { in DumpPropertyValue()
89 if (properties_sp) { in Apropos()
90 properties_sp->Apropos(keyword, matching_properties); in Apropos()
99 if (properties_sp) in GetSubProperty()
[all …]
H A DPluginManager.cpp1368 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForPlugin() local
1374 properties_sp = in GetSettingForPlugin()
1376 return properties_sp; in GetSettingForPlugin()
1386 if (properties_sp) { in CreateSettingForPlugin()
1393 properties_sp); in CreateSettingForPlugin()
1469 ConstString("Settings for symbol file plug-ins"), properties_sp, in CreateSettingForSymbolFilePlugin()
1493 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForOperatingSystemPlugin() local
1500 properties_sp = in GetSettingForOperatingSystemPlugin()
1502 return properties_sp; in GetSettingForOperatingSystemPlugin()
1508 if (properties_sp) { in CreateSettingForOperatingSystemPlugin()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp37 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetPropertyValue() local
38 if (properties_sp) in GetPropertyValue()
47 OptionValuePropertiesSP properties_sp(GetValueProperties()); in SetPropertyValue() local
48 if (properties_sp) in SetPropertyValue()
58 if (properties_sp) in DumpAllPropertyValues()
67 if (properties_sp) in DumpAllDescriptions()
76 if (properties_sp) { in DumpPropertyValue()
89 if (properties_sp) { in Apropos()
90 properties_sp->Apropos(keyword, matching_properties); in Apropos()
99 if (properties_sp) in GetSubProperty()
[all …]
H A DPluginManager.cpp1430 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForPlugin() local
1436 properties_sp = in GetSettingForPlugin()
1438 return properties_sp; in GetSettingForPlugin()
1448 if (properties_sp) { in CreateSettingForPlugin()
1455 properties_sp); in CreateSettingForPlugin()
1531 ConstString("Settings for symbol file plug-ins"), properties_sp, in CreateSettingForSymbolFilePlugin()
1555 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForOperatingSystemPlugin() local
1562 properties_sp = in GetSettingForOperatingSystemPlugin()
1564 return properties_sp; in GetSettingForOperatingSystemPlugin()
1570 if (properties_sp) { in CreateSettingForOperatingSystemPlugin()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Core/
H A DUserSettingsController.cpp37 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetPropertyValue() local
38 if (properties_sp) in GetPropertyValue()
47 OptionValuePropertiesSP properties_sp(GetValueProperties()); in SetPropertyValue() local
48 if (properties_sp) in SetPropertyValue()
58 if (properties_sp) in DumpAllPropertyValues()
67 if (properties_sp) in DumpAllDescriptions()
76 if (properties_sp) { in DumpPropertyValue()
89 if (properties_sp) { in Apropos()
90 properties_sp->Apropos(keyword, matching_properties); in Apropos()
99 if (properties_sp) in GetSubProperty()
[all …]
H A DPluginManager.cpp1445 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForPlugin() local
1451 properties_sp = in GetSettingForPlugin()
1453 return properties_sp; in GetSettingForPlugin()
1463 if (properties_sp) { in CreateSettingForPlugin()
1470 properties_sp); in CreateSettingForPlugin()
1544 ConstString("Settings for symbol file plug-ins"), properties_sp, in CreateSettingForSymbolFilePlugin()
1568 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForOperatingSystemPlugin() local
1575 properties_sp = in GetSettingForOperatingSystemPlugin()
1577 return properties_sp; in GetSettingForOperatingSystemPlugin()
1583 if (properties_sp) { in CreateSettingForOperatingSystemPlugin()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Core/
H A DUserSettingsController.cpp37 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetPropertyValue() local
38 if (properties_sp) in GetPropertyValue()
47 OptionValuePropertiesSP properties_sp(GetValueProperties()); in SetPropertyValue() local
48 if (properties_sp) in SetPropertyValue()
58 if (properties_sp) in DumpAllPropertyValues()
67 if (properties_sp) in DumpAllDescriptions()
76 if (properties_sp) { in DumpPropertyValue()
89 if (properties_sp) { in Apropos()
90 properties_sp->Apropos(keyword, matching_properties); in Apropos()
99 if (properties_sp) in GetSubProperty()
[all …]
H A DPluginManager.cpp1430 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForPlugin() local
1436 properties_sp = in GetSettingForPlugin()
1438 return properties_sp; in GetSettingForPlugin()
1448 if (properties_sp) { in CreateSettingForPlugin()
1455 properties_sp); in CreateSettingForPlugin()
1531 ConstString("Settings for symbol file plug-ins"), properties_sp, in CreateSettingForSymbolFilePlugin()
1555 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForOperatingSystemPlugin() local
1562 properties_sp = in GetSettingForOperatingSystemPlugin()
1564 return properties_sp; in GetSettingForOperatingSystemPlugin()
1570 if (properties_sp) { in CreateSettingForOperatingSystemPlugin()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Core/
H A DUserSettingsController.cpp37 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetPropertyValue() local
38 if (properties_sp) in GetPropertyValue()
47 OptionValuePropertiesSP properties_sp(GetValueProperties()); in SetPropertyValue() local
48 if (properties_sp) in SetPropertyValue()
58 if (properties_sp) in DumpAllPropertyValues()
67 if (properties_sp) in DumpAllDescriptions()
76 if (properties_sp) { in DumpPropertyValue()
89 if (properties_sp) { in Apropos()
90 properties_sp->Apropos(keyword, matching_properties); in Apropos()
99 if (properties_sp) in GetSubProperty()
[all …]
H A DPluginManager.cpp1368 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForPlugin() local
1374 properties_sp = in GetSettingForPlugin()
1376 return properties_sp; in GetSettingForPlugin()
1386 if (properties_sp) { in CreateSettingForPlugin()
1393 properties_sp); in CreateSettingForPlugin()
1469 ConstString("Settings for symbol file plug-ins"), properties_sp, in CreateSettingForSymbolFilePlugin()
1493 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForOperatingSystemPlugin() local
1500 properties_sp = in GetSettingForOperatingSystemPlugin()
1502 return properties_sp; in GetSettingForOperatingSystemPlugin()
1508 if (properties_sp) { in CreateSettingForOperatingSystemPlugin()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp37 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetPropertyValue() local
38 if (properties_sp) in GetPropertyValue()
47 OptionValuePropertiesSP properties_sp(GetValueProperties()); in SetPropertyValue() local
48 if (properties_sp) in SetPropertyValue()
58 if (properties_sp) in DumpAllPropertyValues()
67 if (properties_sp) in DumpAllDescriptions()
76 if (properties_sp) { in DumpPropertyValue()
89 if (properties_sp) { in Apropos()
90 properties_sp->Apropos(keyword, matching_properties); in Apropos()
99 if (properties_sp) in GetSubProperty()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Core/
H A DUserSettingsController.cpp37 OptionValuePropertiesSP properties_sp(GetValueProperties());
38 if (properties_sp)
47 OptionValuePropertiesSP properties_sp(GetValueProperties());
48 if (properties_sp)
58 if (properties_sp)
67 if (properties_sp)
76 if (properties_sp) {
89 if (properties_sp) {
90 properties_sp->Apropos(keyword, matching_properties);
99 if (properties_sp)
[all …]
H A DPluginManager.cpp1430 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForPlugin() local
1436 properties_sp = in GetSettingForPlugin()
1438 return properties_sp; in GetSettingForPlugin()
1448 if (properties_sp) { in CreateSettingForPlugin()
1455 properties_sp); in CreateSettingForPlugin()
1531 ConstString("Settings for symbol file plug-ins"), properties_sp, in CreateSettingForSymbolFilePlugin()
1555 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForOperatingSystemPlugin() local
1562 properties_sp = in GetSettingForOperatingSystemPlugin()
1564 return properties_sp; in GetSettingForOperatingSystemPlugin()
1570 if (properties_sp) { in CreateSettingForOperatingSystemPlugin()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h431 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
438 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
445 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
452 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
459 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
467 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
475 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Core/
H A DPluginManager.h404 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
411 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
418 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
425 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
432 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
440 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
448 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Core/
H A DPluginManager.h440 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
447 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
454 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
461 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
468 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
476 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
484 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Core/
H A DPluginManager.h440 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
447 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
454 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
461 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
468 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
476 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
484 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Core/
H A DPluginManager.h435 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
442 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
449 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
456 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
463 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
471 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
479 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DPluginManager.h465 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
472 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
479 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
486 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
493 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
501 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
509 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,

12