Searched refs:default_cstr_value (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | Property.cpp | 54 if (definition.default_cstr_value) in Property() 64 llvm::StringRef s(definition.default_cstr_value ? definition.default_cstr_value : ""); in Property() 86 if (definition.default_cstr_value) { in Property() 132 if (definition.default_cstr_value) in Property() 148 if (definition.default_cstr_value) in Property() 150 llvm::StringRef(definition.default_cstr_value)); in Property() 161 definition.default_cstr_value); in Property() 186 if (definition.default_cstr_value) in Property() 187 llvm::to_integer(definition.default_cstr_value, value); in Property() 195 if (definition.default_cstr_value) in Property() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 308 idx, g_debugger_properties[idx].default_cstr_value); in GetPrompt() 314 idx, g_debugger_properties[idx].default_cstr_value); in GetPromptAnsiPrefix() 320 idx, g_debugger_properties[idx].default_cstr_value); in GetPromptAnsiSuffix() 394 idx, g_debugger_properties[idx].default_cstr_value); in GetExternalEditor() 429 idx, g_debugger_properties[idx].default_cstr_value); in GetShowProgressAnsiPrefix() 435 idx, g_debugger_properties[idx].default_cstr_value); in GetShowProgressAnsiSuffix() 447 idx, g_debugger_properties[idx].default_cstr_value); in GetAutosuggestionAnsiPrefix() 453 idx, g_debugger_properties[idx].default_cstr_value); in GetAutosuggestionAnsiSuffix() 459 idx, g_debugger_properties[idx].default_cstr_value); in GetRegexMatchAnsiPrefix() 465 idx, g_debugger_properties[idx].default_cstr_value); in GetRegexMatchAnsiSuffix() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | Property.h | 28 const char *default_cstr_value; member
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 143 idx, g_darwinlog_properties[idx].default_cstr_value); in GetAutoEnableOptions()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 4370 idx, g_target_properties[idx].default_cstr_value); in GetArg0()
|