Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DProperty.cpp52 if (definition.default_cstr_value) in Property()
61 llvm::StringRef s(definition.default_cstr_value ? definition.default_cstr_value : ""); in Property()
81 if (definition.default_cstr_value) { in Property()
121 if (definition.default_cstr_value) in Property()
137 if (definition.default_cstr_value) in Property()
139 llvm::StringRef(definition.default_cstr_value)); in Property()
173 definition.default_cstr_value in Property()
184 definition.default_cstr_value in Property()
194 if (definition.default_cstr_value) in Property()
195 uuid.SetFromStringRef(definition.default_cstr_value); in Property()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DProperty.h30 const char *default_cstr_value; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp163 nullptr, idx, g_properties[idx].default_cstr_value); in GetAutoEnableOptions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp402 nullptr, idx, g_properties[idx].default_cstr_value); in GetPrompt()