Searched refs:default_cstr_value (Results 1 – 4 of 4) sorted by relevance
35 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 …]
29 const char *default_cstr_value; member
140 nullptr, idx, g_darwinlog_properties[idx].default_cstr_value); in GetAutoEnableOptions()
270 nullptr, idx, g_debugger_properties[idx].default_cstr_value); in GetPrompt()