Searched refs:default_cstr_value (Results 1 – 5 of 5) sorted by relevance
| /freebsd/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 …]
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 328 idx, g_debugger_properties[idx].default_cstr_value); in GetPrompt() 334 idx, g_debugger_properties[idx].default_cstr_value); in GetPromptAnsiPrefix() 340 idx, g_debugger_properties[idx].default_cstr_value); in GetPromptAnsiSuffix() 444 idx, g_debugger_properties[idx].default_cstr_value); in GetExternalEditor() 481 idx, g_debugger_properties[idx].default_cstr_value); in GetShowProgressAnsiPrefix() 487 idx, g_debugger_properties[idx].default_cstr_value); in GetShowProgressAnsiSuffix() 511 idx, g_debugger_properties[idx].default_cstr_value); in GetSeparator() 517 idx, g_debugger_properties[idx].default_cstr_value); in GetDisabledAnsiPrefix() 523 idx, g_debugger_properties[idx].default_cstr_value); in GetDisabledAnsiSuffix() 542 idx, g_debugger_properties[idx].default_cstr_value); in GetAutosuggestionAnsiPrefix() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | Property.h | 28 const char *default_cstr_value; member
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 4528 idx, g_target_properties[idx].default_cstr_value); in GetLaunchWorkingDirectory() 4553 idx, g_target_properties[idx].default_cstr_value); in GetDisassemblyCPU() 4560 idx, g_target_properties[idx].default_cstr_value); in GetDisassemblyFeatures() 4581 idx, g_target_properties[idx].default_cstr_value); in GetArg0()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 143 idx, g_darwinlog_properties[idx].default_cstr_value); in GetAutoEnableOptions()
|