Searched refs:GetCurrentValue (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpecList.h82 GetCurrentValue() function in class:lldb_private::OptionValueFileSpecList
88 GetCurrentValue() const function in class:lldb_private::OptionValueFileSpecList
H A DOptionValuePathMappings.h76 GetCurrentValue() function in class:lldb_private::OptionValuePathMappings
82 GetCurrentValue() const function in class:lldb_private::OptionValuePathMappings
H A DOptionValueUUID.h75 GetCurrentValue() function in class:lldb_private::OptionValueUUID
81 GetCurrentValue() const function in class:lldb_private::OptionValueUUID
H A DOptionValueArch.h101 GetCurrentValue() function in class:lldb_private::OptionValueArch
107 GetCurrentValue() const function in class:lldb_private::OptionValueArch
H A DOptionValueFileSpec.h79 GetCurrentValue() function in class:lldb_private::OptionValueFileSpec
85 GetCurrentValue() const function in class:lldb_private::OptionValueFileSpec
H A DOptionValueRegex.h70 GetCurrentValue() const function in class:lldb_private::OptionValueRegex
H A DOptionGroupFormat.h61 return m_format.GetCurrentValue();
H A DOptionValueBoolean.h108 GetCurrentValue() const function in class:lldb_private::OptionValueBoolean
H A DOptionValueEnumeration.h92 GetCurrentValue() const function in class:lldb_private::OptionValueEnumeration
H A DOptionValueFormat.h77 GetCurrentValue() const function in class:lldb_private::OptionValueFormat
H A DOptionValueUInt64.h104 GetCurrentValue() const function in class:lldb_private::OptionValueUInt64
H A DOptionValueSInt64.h106 GetCurrentValue() const function in class:lldb_private::OptionValueSInt64
H A DOptionValueString.h178 GetCurrentValue() const function in class:lldb_private::OptionValueString
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp35 case OptionValue::eTypeBoolean: return static_cast<OptionValueBoolean *>(this)->GetCurrentValue();
36 case OptionValue::eTypeSInt64: return static_cast<OptionValueSInt64 *>(this)->GetCurrentValue();
37 case OptionValue::eTypeUInt64: return static_cast<OptionValueUInt64 *>(this)->GetCurrentValue();
329 return option_value->GetCurrentValue();
350 return option_value->GetCurrentValue();
371 return option_value->GetCurrentValue();
393 return option_value->GetCurrentValue();
403 return option_value->GetCurrentValue();
424 return option_value->GetCurrentValue();
434 return option_value->GetCurrentValue();
[all...]
H A DOptionGroupFormat.cpp92 if (m_count.GetCurrentValue() == 0)
105 if (m_byte_size.GetCurrentValue() == 0)
H A DProperty.cpp81 enum_value->SetDefaultValue(enum_value->GetCurrentValue());
H A DOptionValueDictionary.cpp362 return string_value->GetCurrentValue();
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp93 if (m_num_per_line.GetCurrentValue() == 0)
198 byte_size_value.GetCurrentValue());
399 const char *view_as_type_cstr = m_memory_options.m_view_as_type.GetCurrentValue();
611 size_t item_count = m_format_options.GetCountValue().GetCurrentValue();
612 size_t item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue();
613 const size_t num_per_line = m_memory_options.m_num_per_line.GetCurrentValue();
678 bytes_read = clang_ast_type.GetByteSize() * m_format_options.GetCountValue().GetCurrentValue();
680 else if (m_format_options.GetFormatValue().GetCurrentValue() != eFormatCString)
714 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue();
767 const FileSpec &outfile_spec = m_outfile_options.GetFile().GetCurrentValue();
[all...]
H A DCommandObjectFrame.cpp399 DataVisualization::NamedSummaryFormats::GetSummaryFormat(ConstString(m_option_variable.summary.GetCurrentValue()), summary_format_sp);
401 summary_format_sp.reset(new StringSummaryFormat(TypeSummaryImpl::Flags(),m_option_variable.summary_string.GetCurrentValue()));
H A DCommandObjectTarget.cpp226 FileSpec core_file (m_core_file.GetOptionValue().GetCurrentValue());
227 FileSpec remote_file (m_remote_file.GetOptionValue().GetCurrentValue());
231 FileSpec symfile (m_symbol_file.GetOptionValue().GetCurrentValue());
249 const bool get_dependent_files = m_add_dependents.GetOptionValue().GetCurrentValue();
837 const FileSpecList &compile_units = m_option_compile_units.GetOptionValue().GetCurrentValue();
838 const FileSpecList &shlibs = m_option_shared_libraries.GetOptionValue().GetCurrentValue();
2624 module_spec.GetUUID() = m_uuid_option_group.GetOptionValue ().GetCurrentValue();
2626 module_spec.GetSymbolFileSpec() = m_symbol_file.GetOptionValue().GetCurrentValue();
2694 module_spec.GetUUID() = m_uuid_option_group.GetOptionValue ().GetCurrentValue();
2696 module_spec.GetSymbolFileSpec() = m_symbol_file.GetOptionValue().GetCurrentValue();
[all...]
H A DCommandObjectCommands.cpp145 if (m_options.m_clear.GetCurrentValue() && m_options.m_clear.OptionWasSet())
159 std::pair<bool,uint64_t> start_idx = {m_options.m_start_idx.OptionWasSet(),m_options.m_start_idx.GetCurrentValue()};
160 std::pair<bool,uint64_t> stop_idx = {m_options.m_stop_idx.OptionWasSet(),m_options.m_stop_idx.GetCurrentValue()};
161 std::pair<bool,uint64_t> count = {m_options.m_count.OptionWasSet(),m_options.m_count.GetCurrentValue()};
H A DCommandObjectRegister.cpp218 DumpRegisterSet (m_exe_ctx, strm, reg_ctx, set_idx, !m_command_options.dump_all_sets.GetCurrentValue());
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2540 return value->GetCurrentValue();
2653 return option_value->GetCurrentValue();
2662 return option_value->GetCurrentValue();
2671 return option_value->GetCurrentValue();

Completed in 303 milliseconds