Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DProperty.cpp54 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 …]
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DProperty.h28 const char *default_cstr_value; member
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp141 nullptr, idx, g_darwinlog_properties[idx].default_cstr_value); in GetAutoEnableOptions()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp289 nullptr, idx, g_debugger_properties[idx].default_cstr_value); in GetPrompt()