Searched refs:default_cstr_value (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | Property.cpp | 34 std::make_shared<OptionValueArch>(definition.default_cstr_value); in Property() 54 if (definition.default_cstr_value) in Property() 57 llvm::StringRef(definition.default_cstr_value), false, nullptr)); in Property() 64 llvm::StringRef s(definition.default_cstr_value ? definition.default_cstr_value : ""); in Property() 86 if (definition.default_cstr_value) { in Property() 89 llvm::StringRef(definition.default_cstr_value)) in Property() 112 FileSpec file_spec = FileSpec(definition.default_cstr_value); in Property() 132 if (definition.default_cstr_value) in Property() 133 OptionArgParser::ToFormat(definition.default_cstr_value, new_format, in Property() 148 if (definition.default_cstr_value) in Property() [all …]
|
| /src/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 309 idx, g_debugger_properties[idx].default_cstr_value); in GetPrompt() 315 idx, g_debugger_properties[idx].default_cstr_value); in GetPromptAnsiPrefix() 321 idx, g_debugger_properties[idx].default_cstr_value); in GetPromptAnsiSuffix() 395 idx, g_debugger_properties[idx].default_cstr_value); in GetExternalEditor() 430 idx, g_debugger_properties[idx].default_cstr_value); in GetShowProgressAnsiPrefix() 436 idx, g_debugger_properties[idx].default_cstr_value); in GetShowProgressAnsiSuffix() 448 idx, g_debugger_properties[idx].default_cstr_value); in GetAutosuggestionAnsiPrefix() 454 idx, g_debugger_properties[idx].default_cstr_value); in GetAutosuggestionAnsiSuffix() 460 idx, g_debugger_properties[idx].default_cstr_value); in GetRegexMatchAnsiPrefix() 466 idx, g_debugger_properties[idx].default_cstr_value); in GetRegexMatchAnsiSuffix() [all …]
|
| /src/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | Property.h | 28 const char *default_cstr_value; member
|
| /src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 143 idx, g_darwinlog_properties[idx].default_cstr_value); in GetAutoEnableOptions()
|
| /src/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 4351 idx, g_target_properties[idx].default_cstr_value); in GetArg0()
|