Home
last modified time | relevance | path

Searched refs:default_cstr_value (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Interpreter/
DProperty.cpp35 std::make_shared<OptionValueArch>(definition.default_cstr_value); in Property()
55 if (definition.default_cstr_value) in Property()
58 llvm::StringRef(definition.default_cstr_value), false, nullptr)); in Property()
65 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 …]
/external/llvm-project/lldb/include/lldb/Interpreter/
DProperty.h29 const char *default_cstr_value; member
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp140 nullptr, idx, g_darwinlog_properties[idx].default_cstr_value); in GetAutoEnableOptions()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp270 nullptr, idx, g_debugger_properties[idx].default_cstr_value); in GetPrompt()