Home
last modified time | relevance | path

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

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