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

/freebsd-10.2-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.2-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.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp96 if (m_num_per_line.GetCurrentValue() == 0)
201 byte_size_value.GetCurrentValue());
402 const char *view_as_type_cstr = m_memory_options.m_view_as_type.GetCurrentValue();
614 size_t item_count = m_format_options.GetCountValue().GetCurrentValue();
615 size_t item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue();
616 const size_t num_per_line = m_memory_options.m_num_per_line.GetCurrentValue();
681 bytes_read = clang_ast_type.GetByteSize() * m_format_options.GetCountValue().GetCurrentValue();
683 else if (m_format_options.GetFormatValue().GetCurrentValue() != eFormatCString)
717 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue();
770 const FileSpec &outfile_spec = m_outfile_options.GetFile().GetCurrentValue();
[all...]
H A DCommandObjectCommands.cpp144 if (m_options.m_clear.GetCurrentValue() && m_options.m_clear.OptionWasSet())
158 std::pair<bool,uint64_t> start_idx(m_options.m_start_idx.OptionWasSet(),m_options.m_start_idx.GetCurrentValue());
159 std::pair<bool,uint64_t> stop_idx(m_options.m_stop_idx.OptionWasSet(),m_options.m_stop_idx.GetCurrentValue());
160 std::pair<bool,uint64_t> count(m_options.m_count.OptionWasSet(),m_options.m_count.GetCurrentValue());
390 LazyBool print_command = m_options.m_silent_run.GetCurrentValue() ? eLazyBoolNo : eLazyBoolYes;
393 m_options.m_stop_on_continue.GetCurrentValue() ? eLazyBoolYes : eLazyBoolNo, // Stop on continue
394 m_options.m_stop_on_error.GetCurrentValue() ? eLazyBoolYes : eLazyBoolNo, // Stop on error
H A DCommandObjectFrame.cpp407 DataVisualization::NamedSummaryFormats::GetSummaryFormat(ConstString(m_option_variable.summary.GetCurrentValue()), summary_format_sp);
409 summary_format_sp.reset(new StringSummaryFormat(TypeSummaryImpl::Flags(),m_option_variable.summary_string.GetCurrentValue()));
H A DCommandObjectTarget.cpp230 FileSpec core_file (m_core_file.GetOptionValue().GetCurrentValue());
231 FileSpec remote_file (m_remote_file.GetOptionValue().GetCurrentValue());
235 FileSpec symfile (m_symbol_file.GetOptionValue().GetCurrentValue());
311 const bool get_dependent_files = m_add_dependents.GetOptionValue().GetCurrentValue();
905 const FileSpecList &compile_units = m_option_compile_units.GetOptionValue().GetCurrentValue();
906 const FileSpecList &shlibs = m_option_shared_libraries.GetOptionValue().GetCurrentValue();
2690 module_spec.GetUUID() = m_uuid_option_group.GetOptionValue ().GetCurrentValue();
2692 module_spec.GetSymbolFileSpec() = m_symbol_file.GetOptionValue().GetCurrentValue();
2760 module_spec.GetUUID() = m_uuid_option_group.GetOptionValue ().GetCurrentValue();
2762 module_spec.GetSymbolFileSpec() = m_symbol_file.GetOptionValue().GetCurrentValue();
[all...]
H A DCommandObjectRegister.cpp219 DumpRegisterSet (m_exe_ctx, strm, reg_ctx, set_idx, !m_command_options.dump_all_sets.GetCurrentValue());
H A DCommandObjectPlatform.cpp558 platform_sp->SetWorkingDirectory (ConstString(m_option_working_dir.GetOptionValue().GetCurrentValue().GetPath().c_str()));
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2814 return value->GetCurrentValue();
2927 return option_value->GetCurrentValue();
2936 return option_value->GetCurrentValue();
2945 return option_value->GetCurrentValue();
H A DThread.cpp144 return option_value->GetCurrentValue();

Completed in 210 milliseconds