Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp55 if (definition.default_cstr_value) in Property()
65 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()
185 definition.default_cstr_value in Property()
196 definition.default_cstr_value in Property()
206 if (definition.default_cstr_value) in Property()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h29 const char *default_cstr_value; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp140 nullptr, idx, g_darwinlog_properties[idx].default_cstr_value); in GetAutoEnableOptions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp277 nullptr, idx, g_debugger_properties[idx].default_cstr_value); in GetPrompt()